Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358af52' (#34956)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-12 02:34:48 +01:00 committed by GitHub
parent 748954d610
commit 716fa9387d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
504 changed files with 13737 additions and 9756 deletions

View file

@ -0,0 +1,36 @@
[idlharness.tentative.html]
[CommandEvent interface: existence and properties of interface object]
expected: FAIL
[CommandEvent interface object length]
expected: FAIL
[CommandEvent interface object name]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CommandEvent interface: attribute source]
expected: FAIL
[CommandEvent interface: attribute command]
expected: FAIL
[CommandEvent must be primary interface of new CommandEvent("invoke")]
expected: FAIL
[Stringification of new CommandEvent("invoke")]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "source" with the proper type]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type]
expected: FAIL

View file

@ -0,0 +1,30 @@
[interface.tentative.html]
[commandForElement reflects invokee HTML element]
expected: FAIL
[commandForElement reflects set value]
expected: FAIL
[commandForElement reflects set value across shadow root into light dom]
expected: FAIL
[commandForElement does not reflect set value inside shadowroot]
expected: FAIL
[commandForElement throws error on assignment of non Element]
expected: FAIL
[command reflects '' when attribute empty, setAttribute version]
expected: FAIL
[command reflects same casing]
expected: FAIL
[command reflects tostring value]
expected: FAIL
[command reflects '' when attribute set to [\]]
expected: FAIL
[command reflects tostring value 2]
expected: FAIL

View file

@ -0,0 +1,39 @@
[interestelement-interface.tentative.html]
[interestTargetElement reflects interestee HTML element]
expected: FAIL
[interestTargetElement reflects set value]
expected: FAIL
[interestTargetElement reflects set value across shadow root into light dom]
expected: FAIL
[interestTargetElement does not reflect set value inside shadowroot]
expected: FAIL
[interestTargetElement does not reflect invalid value]
expected: FAIL
[interestTargetElement throws error on assignment of non Element]
expected: FAIL
[interestAction reflects '' when attribute not present]
expected: FAIL
[interestAction reflects '' when attribute empty, setAttribute version]
expected: FAIL
[interestAction reflects '' when attribute empty, IDL setter version]
expected: FAIL
[interestAction reflects same casing]
expected: FAIL
[interestAction reflects '' when attribute set to [\]]
expected: FAIL
[interestAction reflects tostring value]
expected: FAIL
[interestAction reflects tostring value 2]
expected: FAIL