Skip to content

Commit

Permalink
Bug 1855944: Enable the customHighlightAPI pref for some container-qu…
Browse files Browse the repository at this point in the history
…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
dholbert committed Oct 2, 2023
1 parent 76b286c commit ab3d353
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
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
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pseudo-elements-011.html]
prefs: [dom.customHighlightAPI.enabled:true]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pseudo-elements-012.html]
prefs: [dom.customHighlightAPI.enabled:true]

0 comments on commit ab3d353

Please sign in to comment.