Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)

This commit is contained in:
Servo WPT Sync 2024-03-31 01:15:08 -04:00 committed by GitHub
parent fff9ef87e6
commit 8c8d68e415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1165 changed files with 42920 additions and 6829 deletions

View file

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

View file

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