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

@ -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-style-element.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-module-script.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