Bug 1853701: Enable :has on Nightly. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D188476
This commit is contained in:
David Shin 2023-09-19 13:22:41 +00:00
parent 17c88168bc
commit 3b5fc88c31
3 changed files with 3 additions and 6 deletions

View File

@ -8432,7 +8432,7 @@
# Is support for :has() enabled?
- name: layout.css.has-selector.enabled
type: RelaxedAtomicBool
value: false
value: @IS_NIGHTLY_BUILD@
mirror: always
rust: true

View File

@ -1,2 +1,2 @@
[at-supports-selector-detecting-invalid-in-logical-combinations.html]
expected: FAIL
prefs: [layout.css.has-selector.enabled:true]

View File

@ -1,5 +1,2 @@
[Element-closest.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Element.closest with context node 'test4' and selector ':has(> :scope)']
expected: FAIL
prefs: [layout.css.has-selector.enabled:true]