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 1855944: Enable the customHighlightAPI pref for some container-qu…
…eries WPTs that are testing that feature. r=emilio This API is enabled-by-default on Nightly, but not on release or beta, so we need to pref it on in the .ini file for these recently-added tests to work properly on those branches. Without this change, the tests will fail or timeout when they merge to beta (and eventually merge to release). Differential Revision: https://phabricator.services.mozilla.com/D189847
- Loading branch information
Showing
4 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/css/css-contain/container-queries/pseudo-elements-009.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,2 +1,3 @@ | ||
[pseudo-elements-009.html] | ||
prefs: [dom.customHighlightAPI.enabled:true] | ||
expected: FAIL |
1 change: 1 addition & 0 deletions
1
testing/web-platform/meta/css/css-contain/container-queries/pseudo-elements-010.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,2 +1,3 @@ | ||
[pseudo-elements-010.html] | ||
prefs: [dom.customHighlightAPI.enabled:true] | ||
expected: FAIL |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-contain/container-queries/pseudo-elements-011.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,2 @@ | ||
[pseudo-elements-011.html] | ||
prefs: [dom.customHighlightAPI.enabled:true] |
2 changes: 2 additions & 0 deletions
2
testing/web-platform/meta/css/css-contain/container-queries/pseudo-elements-012.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,2 @@ | ||
[pseudo-elements-012.html] | ||
prefs: [dom.customHighlightAPI.enabled:true] |