Update web-platform-tests to revision b'7aaad11d87d7a02515081e55609d31ab6ff173fc' (#30753)

This commit is contained in:
Servo WPT Sync 2023-11-19 04:40:18 -05:00 committed by GitHub
parent 7086dd8f48
commit 334c67a3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
860 changed files with 15897 additions and 5690 deletions

View file

@ -1,7 +1,6 @@
[consecutive-srcdoc.html]
expected: TIMEOUT
[changing srcdoc does a replace navigation since the URL is still about:srcdoc]
expected: FAIL
[changing srcdoc to about:srcdoc#yo then another srcdoc does two push navigations and we can navigate back]
expected: TIMEOUT
expected: FAIL

View file

@ -10,6 +10,3 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
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

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

View file

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

View file

@ -0,0 +1,3 @@
[a-click.html]
[aElement.click() before the load event must NOT replace]
expected: FAIL

View file

@ -1,3 +1,4 @@
[traverse_the_history_1.html]
expected: TIMEOUT
[Multiple history traversals from the same task]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +0,0 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,3 +0,0 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_write_after_load_1.html]
expected: TIMEOUT
[Traverse the history after document.write after the load event]
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[traverse_the_history_write_onload_2.html]
expected: TIMEOUT
[Traverse the history back and forward when a history entry is written in the load event]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +0,0 @@
[creating_browsing_context_test_01.html]
[first argument: absolute url]
expected: FAIL

View file

@ -1,5 +1,5 @@
[embedded-opener-remove-frame.html]
expected: TIMEOUT
expected: CRASH
[opener of discarded nested browsing context]
expected: FAIL

View file

@ -1,4 +1,3 @@
[2d.imageData.get.large.crash.html]
expected: TIMEOUT
[Test that canvas crash when image data cannot be allocated.]
expected: FAIL

View file

@ -1808,6 +1808,51 @@
[PopStateEvent interface: new PopStateEvent("popstate", { data: {} }) must inherit property "hasUAVisualTransition" with the proper type]
expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "setHTMLUnsafe(DOMString)" with the proper type]
expected: FAIL
[Element interface: calling setHTMLUnsafe(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[CloseWatcher interface: existence and properties of interface object]
expected: FAIL
[CloseWatcher interface object length]
expected: FAIL
[CloseWatcher interface object name]
expected: FAIL
[CloseWatcher interface: existence and properties of interface prototype object]
expected: FAIL
[CloseWatcher interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CloseWatcher interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CloseWatcher interface: operation requestClose()]
expected: FAIL
[CloseWatcher interface: operation close()]
expected: FAIL
[CloseWatcher interface: operation destroy()]
expected: FAIL
[CloseWatcher interface: attribute oncancel]
expected: FAIL
[CloseWatcher interface: attribute onclose]
expected: FAIL
[ShadowRoot interface: operation setHTMLUnsafe(DOMString)]
expected: FAIL
[Element interface: operation setHTMLUnsafe(DOMString)]
expected: FAIL
[idlharness.https.html?include=(Document|Window)]
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
@ -2419,6 +2464,18 @@
[Window interface: window must inherit property "navigation" with the proper type]
expected: FAIL
[Document interface: operation parseHTMLUnsafe(DOMString)]
expected: FAIL
[Document interface: calling parseHTMLUnsafe(DOMString) on iframe.contentDocument with too few arguments must throw TypeError]
expected: FAIL
[Document interface: calling parseHTMLUnsafe(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: calling parseHTMLUnsafe(DOMString) on documentWithHandlers with too few arguments must throw TypeError]
expected: FAIL
[idlharness.https.html?include=HTML.*]
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
@ -4598,3 +4655,21 @@
[HTMLScriptElement interface: document.createElement("script") must inherit property "fetchPriority" with the proper type]
expected: FAIL
[HTMLDetailsElement interface: attribute name]
expected: FAIL
[HTMLDetailsElement interface: document.createElement("details") must inherit property "name" with the proper type]
expected: FAIL
[HTMLTemplateElement interface: attribute shadowRootMode]
expected: FAIL
[HTMLTemplateElement interface: attribute shadowRootDelegatesFocus]
expected: FAIL
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootMode" with the proper type]
expected: FAIL
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootDelegatesFocus" with the proper type]
expected: FAIL

View file

@ -1,4 +1,4 @@
[blocking-idl-attr.tentative.html]
[blocking-idl-attr.html]
[Supported tokens of the 'blocking' IDL attribute of the link element]
expected: FAIL

View file

@ -1,3 +1,3 @@
[parser-inserted-async-script.tentative.html]
[parser-inserted-async-script.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +1,3 @@
[parser-inserted-defer-script.tentative.html]
[parser-inserted-defer-script.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +1,3 @@
[parser-inserted-module-script.tentative.html]
[parser-inserted-module-script.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +1,3 @@
[parser-inserted-style-element.tentative.html]
[parser-inserted-style-element.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,3 @@
[parser-inserted-stylesheet-link.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +0,0 @@
[parser-inserted-stylesheet-link.tentative.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,3 @@
[remove-attr-style-keeps-blocking.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +0,0 @@
[remove-attr-style-keeps-blocking.tentative.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,3 @@
[remove-attr-stylesheet-link-keeps-blocking.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +0,0 @@
[remove-attr-stylesheet-link-keeps-blocking.tentative.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-inserted-module-script.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +0,0 @@
[script-inserted-module-script.tentative.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-inserted-style-element.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +0,0 @@
[script-inserted-style-element.tentative.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-inserted-stylesheet-link.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -1,3 +0,0 @@
[script-inserted-stylesheet-link.tentative.html]
[Rendering is blocked before render-blocking resources are loaded]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input-checkbox-switch-rtl.tentative.html]
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,3 +1,4 @@
[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: FAIL
expected: TIMEOUT

View file

@ -1,4 +1,3 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

View file

@ -0,0 +1,3 @@
[image-loading-lazy-in-scroller-far.html]
[Test that lazy-loaded images do not load when far from viewport.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[image-loading-lazy-in-scroller-horizontal-far.html]
[Test that lazy-loaded images do not load when far from viewport.]
expected: FAIL

View file

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

View file

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

View file

@ -164,9 +164,6 @@
[text/plain: 0x00 in name (formdata event)]
expected: FAIL
[text/plain: 0x00 in value (formdata event)]
expected: FAIL
[text/plain: lone surrogate in name and value (normal form)]
expected: FAIL
@ -181,3 +178,6 @@
[text/plain: Basic test (formdata event)]
expected: FAIL
[text/plain: 0x00 in value (normal form)]
expected: FAIL

View file

@ -181,3 +181,6 @@
[application/x-www-form-urlencoded: non-ASCII in filename (formdata event)]
expected: FAIL
[application/x-www-form-urlencoded: single quote in name (normal form)]
expected: FAIL

View file

@ -7,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: FAIL

View file

@ -1,2 +0,0 @@
[popover-anchor-change-display.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popover-anchor-change-display.tentative.html]
expected: FAIL

View file

@ -1,3 +1,3 @@
[popover-anchor-display-none.html]
[popover-anchor-display-none.tentative.html]
[Tests that a popover can be anchored to an unrendered element.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[popover-anchor-display.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popover-anchor-display.tentative.html]
expected: FAIL

View file

@ -1,4 +1,4 @@
[popover-anchor-idl-property.html]
[popover-anchor-idl-property.tentative.html]
[popover anchorElement IDL property returns the anchor element]
expected: FAIL

View file

@ -1,3 +0,0 @@
[popover-anchor-multicol-display.html]
[.target 1]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popover-anchor-multicol-display.tentative.html]
[.target 1]
expected: FAIL

View file

@ -1,2 +0,0 @@
[popover-anchor-nested-display.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popover-anchor-nested-display.tentative.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[popover-anchor-scroll-display.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[popover-anchor-scroll-display.tentative.html]
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[popover-anchor-transition.tentative.html]
[popover-anchor-transition.tentative.tentative.html]
[Transitioning display property of an anchored popover should not cause a position shift]
expected: FAIL

View file

@ -1,4 +0,0 @@
[async-script.html?default]
[async-script.html?reload]
expected: ERROR

View file

@ -1,3 +0,0 @@
[077.html]
[ adding several types of scripts through the DOM and removing some of them confuses scheduler ]
expected: FAIL

View file

@ -1,9 +1,10 @@
[promise-job-entry-different-function-realm.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL
[Rejection handler on pending-then-rejected promise]
expected: FAIL
expected: TIMEOUT
[Thenable resolution]
expected: FAIL
@ -12,4 +13,4 @@
expected: FAIL
[Fulfillment handler on pending-then-fulfilled promise]
expected: FAIL
expected: TIMEOUT