mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Sync WPT with upstream (06-10-2024) (#33668)
* Update web-platform-tests to revision b'9448ab31f11e671a8b069e3407b4f6279bea698e' Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> * Remove intermittent failure. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ea84f7b135
commit
f8933a5735
592 changed files with 12560 additions and 4090 deletions
36
tests/wpt/meta/css/css-pseudo/parsing/highlight-pseudos-search-text.tentative.html.ini
vendored
Normal file
36
tests/wpt/meta/css/css-pseudo/parsing/highlight-pseudos-search-text.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
[highlight-pseudos-search-text.tentative.html]
|
||||
["::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:current" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[".a::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["div ::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::part(my-part)::search-text:not(:current)" should be a valid selector]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue