mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
Sync WPT with upstream (07-01-2024) (#31018)
* Update web-platform-tests to revision b'ecbab417501c89bca2265314e35719a950b07e02' * update expectation for service-worker-registration.https.html.ini The expectation of CRASH was added during the import seemingly due to an intermittent crash in CI. The test is no longer crashing. --------- Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
79a0f76d26
commit
527119aebb
180 changed files with 2043 additions and 336 deletions
|
@ -1,2 +1,24 @@
|
|||
[HTMLModElement.html]
|
||||
expected: ERROR
|
||||
[cite on ins use HTMLModElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cite on ins use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[dateTime on ins use HTMLModElement must enqueue an attributeChanged reaction when adding datetime content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[dateTime on ins use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cite on del use HTMLModElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cite on del use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[dateTime on del use HTMLModElement must enqueue an attributeChanged reaction when adding datetime content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[dateTime on del use HTMLModElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
[HTMLOptGroupElement.html]
|
||||
expected: ERROR
|
||||
[label on HTMLOptGroupElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[label on HTMLOptGroupElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue