mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1486325 - Enable webkit-prefixed unknown pseudo-element by default. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D5010 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
f9c7d11a3a
commit
9bee3c7fdc
@ -474,7 +474,7 @@ VARCACHE_PREF(
|
||||
VARCACHE_PREF(
|
||||
"layout.css.unknown-webkit-pseudo-element",
|
||||
layout_css_unknown_webkit_pseudo_element,
|
||||
bool, false
|
||||
bool, true
|
||||
)
|
||||
|
||||
// Is path() supported in clip-path?
|
||||
|
@ -1,2 +0,0 @@
|
||||
[webkit-pseudo-element.html]
|
||||
prefs: [layout.css.unknown-webkit-pseudo-element:true]
|
@ -1,13 +1,2 @@
|
||||
[webkit-pseudo-element.html]
|
||||
[webkit-prefixed pseudo-element selectors should be accessible from CSSOM]
|
||||
expected: FAIL
|
||||
|
||||
[qS and qSA shouldn't throw exception]
|
||||
expected: FAIL
|
||||
|
||||
[webkit-prefix without dash is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[rules include webkit-prefixed pseudo-element should be cascaded]
|
||||
expected: FAIL
|
||||
|
||||
prefs: [layout.css.unknown-webkit-pseudo-element:true]
|
||||
|
Loading…
x
Reference in New Issue
Block a user