mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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:
parent
748954d610
commit
716fa9387d
504 changed files with 13737 additions and 9756 deletions
|
@ -0,0 +1,3 @@
|
|||
[link-rel-attribute-tokenization.html]
|
||||
[The rel attribute needs to handle ASCII whitespace correctly]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[form-submit-iframe-then-location-navigate.html]
|
||||
[Verifies that location navigations take precedence when following form submissions.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[historical.html]
|
||||
[<input name=isindex> should not be supported]
|
||||
expected: FAIL
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[switch IDL attribute, getter]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning a switch control]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[option-img-alt-text.tentative.html]
|
||||
[option.label and option.text should include alt text of <img> elements.]
|
||||
expected: FAIL
|
|
@ -26,7 +26,7 @@
|
|||
[Test that value and selectedOption are correctly updated]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLOption.selected updates select.value and select.selectedOption]
|
||||
[Test that HTMLOption.selected updates select.value and select.selectedOptions]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLOption.value updates select.value]
|
|
@ -1,78 +0,0 @@
|
|||
[idlharness.tentative.html]
|
||||
[InvokeEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: attribute invoker]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: attribute action]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent must be primary interface of new InvokeEvent("invoke")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new InvokeEvent("invoke")]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: new InvokeEvent("invoke") must inherit property "invoker" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[InvokeEvent interface: new InvokeEvent("invoke") must inherit property "action" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[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 invoker]
|
||||
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 "invoker" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: attribute source]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEvent interface: new CommandEvent("invoke") must inherit property "source" with the proper type]
|
||||
expected: FAIL
|
|
@ -1,75 +0,0 @@
|
|||
[invokeelement-interface.tentative.html]
|
||||
[invokeTargetElement reflects invokee HTML element]
|
||||
expected: FAIL
|
||||
|
||||
[invokeTargetElement reflects set value]
|
||||
expected: FAIL
|
||||
|
||||
[invokeTargetElement reflects set value across shadow root into light dom]
|
||||
expected: FAIL
|
||||
|
||||
[invokeTargetElement does not reflect set value inside shadowroot]
|
||||
expected: FAIL
|
||||
|
||||
[invokeTargetElement throws error on assignment of non Element]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects 'auto' when attribute not present]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects 'auto' when attribute empty]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects 'auto' when attribute empty 2]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects tostring value]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects 'auto' when attribute set to [\]]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects tostring value 2]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects same casing]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects '' when attribute not present]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects '' when attribute empty, setAttribute version]
|
||||
expected: FAIL
|
||||
|
||||
[invokeAction reflects '' when attribute set to [\]]
|
||||
expected: FAIL
|
||||
|
||||
[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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue