Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-02 13:18:38 +01:00 committed by GitHub
parent e7e8ccea20
commit 5ba9cfe809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2322 changed files with 43591 additions and 31593 deletions

View file

@ -526,3 +526,15 @@
[onwebkittransitionend: dispatching an Event at a <meta> element must trigger element.onwebkittransitionend]
expected: FAIL
[oncommand: must be on the appropriate locations for GlobalEventHandlers]
expected: FAIL
[oncommand: the default value must be null]
expected: FAIL
[oncommand: the content attribute must be compiled into a function as the corresponding property]
expected: FAIL
[oncommand: dispatching an Event at a <meta> element must trigger element.oncommand]
expected: FAIL

View file

@ -277,3 +277,12 @@
[shadowed unload removal (window)]
expected: FAIL
[not shadowed command (document.body)]
expected: FAIL
[not shadowed command (document.createElement("body"))]
expected: FAIL
[not shadowed command (window)]
expected: FAIL

View file

@ -226,3 +226,12 @@
[shadowed unload on body fires when event dispatched on window]
expected: FAIL
[not shadowed command (document.body)]
expected: FAIL
[not shadowed command (document.createElement("frameset"))]
expected: FAIL
[not shadowed command (window)]
expected: FAIL

View file

@ -94,3 +94,9 @@
[Ignore setting of pageswap window event handlers on windowless frameset]
expected: FAIL
[command is unaffected on a windowless body]
expected: FAIL
[command is unaffected on a windowless frameset]
expected: FAIL