mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Update web-platform-tests to revision b'7aaad11d87d7a02515081e55609d31ab6ff173fc' (#30753)
This commit is contained in:
parent
7086dd8f48
commit
334c67a3cc
860 changed files with 15897 additions and 5690 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue