forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1823359 - Implement beforetoggle event for popover. r=emilio,smaug
Differential Revision: https://phabricator.services.mozilla.com/D172993
- Loading branch information
Showing
15 changed files
with
81 additions
and
57 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
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
3 changes: 0 additions & 3 deletions
3
...ing/web-platform/meta/html/semantics/popovers/popover-beforetoggle-opening-event.html.ini
This file was deleted.
Oops, something went wrong.
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
5 changes: 1 addition & 4 deletions
5
testing/web-platform/meta/html/semantics/popovers/popover-focus-child-dialog.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,7 +1,4 @@ | ||
[popover-focus-child-dialog.html] | ||
max-asserts: 2 | ||
expected: | ||
if (os == "android") and fission: [ERROR, TIMEOUT] | ||
ERROR | ||
max-asserts: 2 | ||
[Popovers should not initially focus child popover elements.] | ||
expected: NOTRUN |
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
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/html/semantics/popovers/popover-not-keyboard-focusable.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/html/semantics/popovers/popover-shadow-dom.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
22 changes: 3 additions & 19 deletions
22
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 |
---|---|---|
@@ -1,28 +1,12 @@ | ||
[popover-top-layer-interactions.html] | ||
expected: ERROR | ||
[A Popover API should close a Popover API] | ||
expected: FAIL | ||
|
||
[A Modal Dialog should close a Popover API] | ||
expected: NOTRUN | ||
expected: FAIL | ||
|
||
[A Fullscreen Element should close a Popover API] | ||
expected: NOTRUN | ||
|
||
[A Popover API should *not* close a Modal Dialog] | ||
expected: NOTRUN | ||
|
||
[A Popover API should *not* close a Fullscreen Element] | ||
expected: NOTRUN | ||
expected: FAIL | ||
|
||
[A Fullscreen Element should *not* close a Fullscreen Element] | ||
expected: NOTRUN | ||
|
||
[A Modal Dialog should *not* close a Modal Dialog] | ||
expected: NOTRUN | ||
|
||
[A Fullscreen Element should *not* close a Modal Dialog] | ||
expected: NOTRUN | ||
|
||
[A Modal Dialog should *not* close a Fullscreen Element] | ||
expected: NOTRUN | ||
expected: FAIL |
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