mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)
This commit is contained in:
parent
e4aed3d06a
commit
5c8fc7309d
917 changed files with 30677 additions and 3146 deletions
|
@ -1,2 +0,0 @@
|
|||
[any-link-dynamic-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[any-link-attribute-removal.html]
|
||||
expected: FAIL
|
|
@ -34,3 +34,6 @@
|
|||
|
||||
[subject12: color after #sibling12_1 removed should be rgb(255, 255, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject13: color after #sibling12_1 removed should be rgb(0, 128, 0)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,46 +1,4 @@
|
|||
[is-where-parsing.html]
|
||||
[Nested :is]
|
||||
expected: FAIL
|
||||
|
||||
[Pseudo-elements after]
|
||||
expected: FAIL
|
||||
|
||||
[Nested :where]
|
||||
expected: FAIL
|
||||
|
||||
[Pseudo-classes after]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple selectors with combinators]
|
||||
expected: FAIL
|
||||
|
||||
[Combinators after]
|
||||
expected: FAIL
|
||||
|
||||
[Nested inside :host, without combinators]
|
||||
expected: FAIL
|
||||
|
||||
[Pseudo-classes inside]
|
||||
expected: FAIL
|
||||
|
||||
[After part with simple pseudo-class]
|
||||
expected: FAIL
|
||||
|
||||
[Nested inside :not, without combinators]
|
||||
expected: FAIL
|
||||
|
||||
[Nested inside :not, with combinators]
|
||||
expected: FAIL
|
||||
|
||||
[Trailing whitespace]
|
||||
expected: FAIL
|
||||
|
||||
[Nested inside :host, with trailing whitespace]
|
||||
expected: FAIL
|
||||
|
||||
[Pseudo-elements inside]
|
||||
expected: FAIL
|
||||
|
||||
[parse-is-where.html]
|
||||
[":is(div )" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
54
tests/wpt/meta/css/selectors/parsing/parse-part.html.ini
Normal file
54
tests/wpt/meta/css/selectors/parsing/parse-part.html.ini
Normal file
|
@ -0,0 +1,54 @@
|
|||
[parse-part.html]
|
||||
["::part(--foo)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(--)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(--0)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(-foo bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo):focus" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo):hover" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo):focus-within" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo)::before" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo)::after" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo)::placeholder" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo)::first-line" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo)::first-letter" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo)::file-selector-button" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(foo):is(:focus)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":lang(en)::part(foo)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[":dir(ltr)::part(foo)" should be a valid selector]
|
||||
expected: FAIL
|
24
tests/wpt/meta/css/selectors/parsing/parse-slotted.html.ini
Normal file
24
tests/wpt/meta/css/selectors/parsing/parse-slotted.html.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
[parse-slotted.html]
|
||||
["::slotted(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted([attr=\\"foo\\"\])" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(*)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(.class)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:not(foo))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:not(:nth-last-of-type(2)):not([slot=\\"foo\\"\]))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:first-child)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:hover)" should be a valid selector]
|
||||
expected: FAIL
|
|
@ -19,3 +19,15 @@
|
|||
|
||||
["my-input[type=\\"foo\\"\]:state(--0)::before" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["my-input[type=\\"foo\\"\]:state(--0)::part(inner)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["my-input[type=\\"foo\\"\]:state(--0)::part(inner):state(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(inner):state(bar)::before" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(inner):state(bar)::after" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue