forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 3
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 cbf5ea1b17d2 (bug 1811129) for causing failures …
…on modal-dialog-backdrop-opacity.html CLOSED TREE
- Loading branch information
Norisz Fay
committed
Jul 6, 2023
1 parent
988d294
commit 9de8b59
Showing
7 changed files
with
49 additions
and
28 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
12 changes: 12 additions & 0 deletions
12
...ta/html/semantics/interactive-elements/the-dialog-element/child-sequential-focus.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,12 @@ | ||
[child-sequential-focus.html] | ||
[dialog element with autofocus should get initial focus.] | ||
expected: FAIL | ||
|
||
[Only keyboard-focusable elements should get dialog initial focus.] | ||
expected: FAIL | ||
|
||
[Only keyboard-focusable elements should get dialog initial focus including in subtrees.] | ||
expected: FAIL | ||
|
||
[Only keyboard-focusable elements should get dialog initial focus including in nested buttons.] | ||
expected: FAIL |
20 changes: 20 additions & 0 deletions
20
.../meta/html/semantics/interactive-elements/the-dialog-element/dialog-focus-shadow.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,20 @@ | ||
[dialog-focus-shadow.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[show: No autofocus, no delegatesFocus, no siblings] | ||
expected: FAIL | ||
|
||
[showModal: No autofocus, no delegatesFocus, no siblings] | ||
expected: FAIL | ||
|
||
[show: Autofocus on shadow host, no delegatesFocus, no siblings] | ||
expected: FAIL | ||
|
||
[showModal: Autofocus on shadow host, no delegatesFocus, no siblings] | ||
expected: FAIL | ||
|
||
[show: Autofocus inside shadow tree, no delegatesFocus, no siblings] | ||
expected: FAIL | ||
|
||
[showModal: Autofocus inside shadow tree, no delegatesFocus, no siblings] | ||
expected: FAIL |
5 changes: 5 additions & 0 deletions
5
...orm/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.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,5 @@ | ||
[dialog-showModal.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[opening dialog without focusable children] | ||
expected: FAIL |
5 changes: 5 additions & 0 deletions
5
...html/semantics/interactive-elements/the-dialog-element/show-modal-focusing-steps.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,5 @@ | ||
[show-modal-focusing-steps.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[focus when a modal dialog is opened] | ||
expected: FAIL |