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:
Servo WPT Sync 2023-10-25 03:26:53 -04:00 committed by GitHub
parent 1f961b9d38
commit 65beca94cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
814 changed files with 19834 additions and 4403 deletions

View file

@ -5,5 +5,8 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL

View file

@ -10,6 +10,3 @@
[load event does not fire on window.open('about:blank?foo')]
expected: FAIL
[load event does not fire on window.open('about:blank')]
expected: FAIL

View file

@ -4,15 +4,3 @@
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
expected: FAIL
[0041 set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF 0100 set in href="" targeting a frame and clicked]
expected: FAIL
[D83D DE0D set in href="" targeting a frame and clicked]
expected: FAIL

View file

@ -1,3 +1,6 @@
[navigate-to-unparseable-url.html]
[location.href setter throws a SyntaxError DOMException for unparseable URLs]
expected: FAIL
[<a> tag navigate fails for unparseable URLs]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.colormix.currentcolor.html]
[color-mix works as color input with currentcolor]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.colormix.html]
[color-mix works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.strokeStyle.colormix.html]
[color-mix works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.layer.putImageData.html]
[Check that calling putImageData in a layer throws an exception.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.colormix.html]
[color-mix works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.fillStyle.colormix.worker.html]
[color-mix works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.strokeStyle.colormix.html]
[color-mix works as color input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.layer.putImageData.html]
[Check that calling putImageData in a layer throws an exception.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.layer.putImageData.worker.html]
[Check that calling putImageData in a layer throws an exception.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[2d.layer.render-opportunities.putImageData.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[2d.layer.render-opportunities.putImageData.w.html]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[2d.layer.render-opportunities.transferToImageBitmap.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[2d.layer.transferToImageBitmap.html]
[Check that calling transferToImageBitmap in a layer throws an exception.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.layer.transferToImageBitmap.worker.html]
[Check that calling transferToImageBitmap in a layer throws an exception.]
expected: FAIL

View file

@ -19,3 +19,6 @@
[Non-HTML element text contents influence dir=auto]
expected: FAIL
[text changes apply to dir=auto on further ancestor after removing dir=auto from closer ancestor]
expected: FAIL

View file

@ -1,4 +1,4 @@
[dir-slots-directionality.tentative.html]
[dir-slots-directionality.html]
[Slots: Directionality: dir=rtl on slot]
expected: FAIL
@ -16,3 +16,12 @@
[Slots: Directionality: dir=auto on slot with Arabic light tree content]
expected: FAIL
[slot provides its directionality (from host) to a dir=auto container]
expected: FAIL
[children with dir attribute are skipped by dir=auto]
expected: FAIL
[slot with dir attribute is skipped by dir=auto]
expected: FAIL

View file

@ -0,0 +1,2 @@
[hidden-until-found-001.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[hidden-until-found-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[hidden-until-found-005.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[document-base-url-changes-about-srcdoc-2.https.html]
expected: TIMEOUT
[wrapper promise test for timeout.]
expected: TIMEOUT

View file

@ -1,7 +1,6 @@
[document-with-fragment-nonexistent.html]
expected: TIMEOUT
[Autofocus elements in iframed documents with non-existent fragments should work.]
expected: FAIL
[Autofocus elements in top-level browsing context's documents with non-existent fragments should work.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,16 +1,15 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL
[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: TIMEOUT
expected: FAIL
[Element with tabindex should support autofocus]
expected: FAIL
[Area element should support autofocus]
expected: NOTRUN
expected: FAIL
[Host element with delegatesFocus should support autofocus]
expected: FAIL

View file

@ -1,4 +1,4 @@
[form-sizing-input-number.tentative.html]
[field-sizing-input-number.tentative.html]
[number: Empty value]
expected: FAIL
@ -14,5 +14,5 @@
[number: Text caret is shorter than the placeholder]
expected: FAIL
[number: Update form-sizing property dynamically]
[number: Update field-sizing property dynamically]
expected: FAIL

View file

@ -1,4 +1,4 @@
[form-sizing-input-text.tentative.html]
[field-sizing-input-text.tentative.html]
[text: Empty value]
expected: FAIL
@ -17,7 +17,7 @@
[text: Text caret is shorter than the placeholder]
expected: FAIL
[text: Update form-sizing property dynamically]
[text: Update field-sizing property dynamically]
expected: FAIL
[search: Empty value]
@ -38,7 +38,7 @@
[search: Text caret is shorter than the placeholder]
expected: FAIL
[search: Update form-sizing property dynamically]
[search: Update field-sizing property dynamically]
expected: FAIL
[tel: Empty value]
@ -59,7 +59,7 @@
[tel: Text caret is shorter than the placeholder]
expected: FAIL
[tel: Update form-sizing property dynamically]
[tel: Update field-sizing property dynamically]
expected: FAIL
[url: Empty value]
@ -80,7 +80,7 @@
[url: Text caret is shorter than the placeholder]
expected: FAIL
[url: Update form-sizing property dynamically]
[url: Update field-sizing property dynamically]
expected: FAIL
[email: Empty value]
@ -101,7 +101,7 @@
[email: Text caret is shorter than the placeholder]
expected: FAIL
[email: Update form-sizing property dynamically]
[email: Update field-sizing property dynamically]
expected: FAIL
[password: Empty value]
@ -122,5 +122,5 @@
[password: Text caret is shorter than the placeholder]
expected: FAIL
[password: Update form-sizing property dynamically]
[password: Update field-sizing property dynamically]
expected: FAIL

View file

@ -1,8 +1,8 @@
[form-sizing-select.tentative.html]
[field-sizing-select.tentative.html]
[dropdown: The width should depend on the selected OPTION]
expected: FAIL
[dropdown: Change the form-sizing value dynamically]
[dropdown: Change the field-sizing value dynamically]
expected: FAIL
[listbox: The size depend on the content]
@ -11,5 +11,5 @@
[listbox: The size attribute value is ignored]
expected: FAIL
[listbox: Change the form-sizing value dynamically]
[listbox: Change the field-sizing value dynamically]
expected: FAIL

View file

@ -1,4 +1,4 @@
[form-sizing-textarea.tentative.html]
[field-sizing-textarea.tentative.html]
[Empty value]
expected: FAIL
@ -20,5 +20,5 @@
[Text caret is shorter than the placeholder]
expected: FAIL
[Update form-sizing property dynamically]
[Update field-sizing property dynamically]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,9 +1,3 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -0,0 +1,4 @@
[reparent-form-during-planned-navigation-task.html]
expected: TIMEOUT
[reparent-form-during-planned-navigation-task]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[historical.html]
[<input name=isindex> should not be supported]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,2 @@
[Document-parseHTMLUnsafe-encoding.tentative.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Document-parseHTMLUnsafe-style-attribute.tentative.html]
expected: ERROR

View file

@ -0,0 +1,18 @@
[Document-parseHTMLUnsafe-url-base-pushstate.tentative.html]
[valid: created normally]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL
[invalid XML: created normally]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL

View file

@ -0,0 +1,18 @@
[Document-parseHTMLUnsafe-url-base.tentative.html]
[valid: created normally]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL
[invalid XML: created normally]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL

View file

@ -0,0 +1,12 @@
[Document-parseHTMLUnsafe-url-moretests.tentative.html]
[Parent window]
expected: FAIL
[Child window]
expected: FAIL
[Child window crossing navigation]
expected: FAIL
[Child window after navigation]
expected: FAIL

View file

@ -0,0 +1,18 @@
[Document-parseHTMLUnsafe-url-pushstate.tentative.html]
[valid: created normally]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL
[invalid XML: created normally]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL

View file

@ -0,0 +1,18 @@
[Document-parseHTMLUnsafe-url.tentative.html]
[valid: created normally]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[valid: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL
[invalid XML: created normally]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from this frame]
expected: FAIL
[invalid XML: created using another iframe's parseHTMLUnsafe from that frame]
expected: FAIL

View file

@ -0,0 +1,2 @@
[Document-parseHTMLUnsafe.tentative.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[Element-setHTMLUnsafe-04.tentative.html]
[setHTMLUnsafe should leave the removed children alone.]
expected: FAIL

View file

@ -0,0 +1,15 @@
[setHTMLUnsafe.tentative.html]
[Element: setHTMLUnsafe with no shadowdom.]
expected: FAIL
[Element: setHTMLUnsafe with shadowdom.]
expected: FAIL
[ShadowRoot: setHTMLUnsafe with no shadowdom.]
expected: FAIL
[ShadowRoot: setHTMLUnsafe with shadowdom.]
expected: FAIL
[template.setHTMLUnsafe() should modify template content fragment rather than actual children.]
expected: FAIL

View file

@ -2,3 +2,6 @@
expected: TIMEOUT
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: TIMEOUT
[The entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: FAIL

View file

@ -4,10 +4,10 @@
expected: FAIL
[Rejection handler on pending-then-rejected promise]
expected: FAIL
expected: TIMEOUT
[Sanity check: this all works as expected with no promises involved]
expected: TIMEOUT
expected: FAIL
[Thenable resolution]
expected: FAIL
@ -16,4 +16,4 @@
expected: FAIL
[Fulfillment handler on pending-then-fulfilled promise]
expected: FAIL
expected: TIMEOUT