Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11f98' (#36019)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-18 06:51:39 +01:00 committed by GitHub
parent 84a1b7d4a5
commit eb3c48f9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 17696 additions and 2718 deletions

View file

@ -409,3 +409,39 @@
[AbortController interface: calling abort(optional any) on new AbortController() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: operation moveBefore(Node, Node?)]
expected: FAIL
[Document interface: new Document() must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Document interface: calling moveBefore(Node, Node?) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: xmlDoc must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Document interface: calling moveBefore(Node, Node?) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: operation moveBefore(Node, Node?)]
expected: FAIL
[DocumentFragment interface: document.createDocumentFragment() must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[DocumentFragment interface: calling moveBefore(Node, Node?) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[Element interface: operation moveBefore(Node, Node?)]
expected: FAIL
[Element interface: element must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Element interface: calling moveBefore(Node, Node?) on element with too few arguments must throw TypeError]
expected: FAIL
[idlharness.window.html?include=Node]