mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision b'7aaad11d87d7a02515081e55609d31ab6ff173fc' (#30753)
This commit is contained in:
parent
7086dd8f48
commit
334c67a3cc
860 changed files with 15897 additions and 5690 deletions
21
tests/wpt/meta/css/selectors/parsing/parse-state.html.ini
Normal file
21
tests/wpt/meta/css/selectors/parsing/parse-state.html.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
[parse-state.html]
|
||||
[":state(--foo)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":state(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":state(--)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":state(--0)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":host(:state(--foo))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["my-input[type=\\"foo\\"\]:state(checked)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["my-input[type=\\"foo\\"\]:state(--0)::before" should be a valid selector]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue