forked from sailfishos/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out changeset 46fd81530a8b (bug 1832837) for causing failures …
…at fullscreen-reordering.html.
- Loading branch information
Butkovits Atila
committed
May 22, 2023
1 parent
3c45916
commit 085fd16
Showing
7 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
.../web-platform/meta/fullscreen/api/element-ready-check-fullscreen-element-sibling.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[element-ready-check-fullscreen-element-sibling.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Element ready check for sibling of fullscreen element] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/fullscreen/api/element-request-fullscreen-non-top.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[element-request-fullscreen-non-top.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[\n Element#requestFullscreen() for non-top element in fullscreen element stack\n] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/fullscreen/api/element-request-fullscreen-two-elements.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[element-request-fullscreen-two-elements.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Element#requestFullscreen() on two elements in the same document] | ||
expected: FAIL |
15 changes: 15 additions & 0 deletions
15
testing/web-platform/meta/html/semantics/popovers/popover-top-layer-interactions.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[popover-top-layer-interactions.html] | ||
[A Fullscreen Element should *not* close a Fullscreen Element.] | ||
expected: FAIL | ||
|
||
[A Popover should *not* close a Modal Dialog.] | ||
expected: | ||
if not debug and (os == "linux"): [PASS, FAIL] | ||
if not debug and (os == "android"): [PASS, FAIL] | ||
if not debug and (os == "mac"): [PASS, FAIL] | ||
|
||
[A Popover should *not* close a Fullscreen Element.] | ||
expected: | ||
if not debug and (os == "linux"): [PASS, FAIL] | ||
if not debug and (os == "android"): [PASS, FAIL] | ||
if not debug and (os == "mac"): [PASS, FAIL] |