mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)
This commit is contained in:
parent
fff9ef87e6
commit
8c8d68e415
1165 changed files with 42920 additions and 6829 deletions
|
@ -100,3 +100,21 @@
|
|||
|
||||
[directionality of bdi elements: dir=auto numbers in rtl parent]
|
||||
expected: FAIL
|
||||
|
||||
[style element text contents do not influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[script element text contents do not influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[non-html style element text contents influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[non-html script element text contents influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[non-html input element text contents influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[non-html textarea element text contents influence dir=auto]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2009,6 +2009,18 @@
|
|||
[SVGSVGElement interface: attribute onpageswap]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "setHTMLUnsafe(HTMLString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling setHTMLUnsafe(HTMLString) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: operation setHTMLUnsafe(HTMLString)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation setHTMLUnsafe(HTMLString)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=(Document|Window)]
|
||||
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
||||
|
@ -2644,6 +2656,18 @@
|
|||
[Window interface: window must inherit property "onpageswap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation parseHTMLUnsafe(HTMLString)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling parseHTMLUnsafe(HTMLString) on iframe.contentDocument with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling parseHTMLUnsafe(HTMLString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling parseHTMLUnsafe(HTMLString) 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue