mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Sync WPT with upstream (24-10-2023) (#30607)
* wpt sync: adapt code for new TestRoot class
Fixes #30558
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* temp change to allow wpt sync build to pass
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Update web-platform-tests to revision b'0d5028f200c8651b17bb224657d6e1065adcff37'
* Revert "temp change to allow wpt sync build to pass"
This reverts commit bad72c7f87
.
* revert metadata update for intermittent timeouts
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
---------
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
1f961b9d38
commit
65beca94cd
814 changed files with 19834 additions and 4403 deletions
|
@ -0,0 +1,3 @@
|
|||
[iframe-loading-lazy-base-url-3.html]
|
||||
[When a loading=lazy iframe is changed to eager later before loading, it loads relative to the document's base URL computed at parse-time.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[non-active-document.html]
|
||||
[DOMParser]
|
||||
expected: FAIL
|
||||
|
||||
[createHTMLDocument]
|
||||
expected: FAIL
|
||||
|
||||
[<template>]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
3
tests/wpt/meta/html/semantics/forms/historical.html.ini
Normal file
3
tests/wpt/meta/html/semantics/forms/historical.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[historical.html]
|
||||
[<input name=isindex> should not be supported]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[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
|
|
@ -0,0 +1,33 @@
|
|||
[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
|
|
@ -1,5 +1,4 @@
|
|||
[htmlanchorelement_noopener.html]
|
||||
expected: TIMEOUT
|
||||
[Check that targeting of rel=noopener with a given name reuses an existing window with that name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8,6 +7,3 @@
|
|||
|
||||
[Check that rel=noopener with target=_parent does a normal load]
|
||||
expected: FAIL
|
||||
|
||||
[Check that rel=noopener with target=_self does a normal load]
|
||||
expected: NOTRUN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue