Sync WPT with upstream (04-02-2024) (#31256)

* Update web-platform-tests to revision b'faa6d42ce21d126155dee771786ad7c74efbcba5'

* Update test expectation

---------

Co-authored-by: cybai <cyb.ai.815@gmail.com>
This commit is contained in:
Servo WPT Sync 2024-02-05 01:17:23 -05:00 committed by GitHub
parent e588e93b3b
commit 29c206a702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
446 changed files with 10836 additions and 3899 deletions

View file

@ -1,22 +1,12 @@
[ElementInternals-states.html]
[DOMTokenList behavior of ElementInternals.states: Initial state]
expected: FAIL
[DOMTokenList behavior of ElementInternals.states: Exceptions]
expected: FAIL
[DOMTokenList behavior of ElementInternals.states: Modifications]
[CustomStateSet behavior of ElementInternals.states: Initial state]
expected: FAIL
[CustomStateSet behavior of ElementInternals.states: Exceptions]
expected: FAIL
[CustomStateSet behavior of ElementInternals.states: Initial state]
expected: FAIL
[CustomStateSet behavior of ElementInternals.states: Modifications]
expected: FAIL
[Updating a CustomStateSet while iterating it should work]
expected: FAIL

View file

@ -0,0 +1,2 @@
[custom-state-set-strong-ref.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[state-css-selector-shadow-dom.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[state-css-selector.html]
expected: ERROR

View file

@ -0,0 +1,18 @@
[state-pseudo-class.html]
[:state() parsing passes]
expected: FAIL
[:state(foo) serialization]
expected: FAIL
[:state(foo) in simple cases]
expected: FAIL
[:state(foo) and other pseudo classes]
expected: FAIL
[:state(foo) and ::part()]
expected: FAIL
[:state(foo) and :host()]
expected: FAIL

View file

@ -1,51 +0,0 @@
[state-pseudo-class.html]
[:state() and :host()]
expected: FAIL
[:state() and ::part()]
expected: FAIL
[:state() in simple cases]
expected: FAIL
[:state() and other pseudo classes]
expected: FAIL
[:state() serialization]
expected: FAIL
[:--foo in simple cases]
expected: FAIL
[:--foo serialization]
expected: FAIL
[:--foo parsing passes]
expected: FAIL
[:--foo and :host()]
expected: FAIL
[:--foo and other pseudo classes]
expected: FAIL
[:--foo and ::part()]
expected: FAIL
[:state() parsing passes]
expected: FAIL
[:state(foo) serialization]
expected: FAIL
[:state(foo) in simple cases]
expected: FAIL
[:state(foo) and other pseudo classes]
expected: FAIL
[:state(foo) and ::part()]
expected: FAIL
[:state(foo) and :host()]
expected: FAIL