mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
script: Support custom element states (#38564)
Also adds support for `:state`. Testing: Covered by existing tests --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
dcd25072d3
commit
04dd74dddb
20 changed files with 209 additions and 152 deletions
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13749,7 +13749,7 @@
|
|||
]
|
||||
],
|
||||
"interfaces.https.html": [
|
||||
"a9447edae08028bd992e3aa7c9e7a2a483baa446",
|
||||
"1397b723a1cb001521ac1b2032c380f1e02cf1f0",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -62,6 +62,7 @@ test_interfaces([
|
|||
"CSSStyleRule",
|
||||
"CSSStyleSheet",
|
||||
"CSSSupportsRule",
|
||||
"CustomStateSet",
|
||||
"DataTransfer",
|
||||
"DataTransferItem",
|
||||
"DataTransferItemList",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue