aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/dom
diff options
context:
space:
mode:
authorServo WPT Sync <ghbot+wpt-sync@servo.org>2025-03-16 01:24:39 +0000
committerWPT Sync Bot <ghbot+wpt-sync@servo.org>2025-03-16 01:25:09 +0000
commit772b801f750d4c6a3645ff763ee95325ae420529 (patch)
tree12407d8e9aff96c80d4c5b963e52175eb480e4ef /tests/wpt/meta/dom
parentd8fc1d8bb88d291233022f52550628e6fc0376a4 (diff)
downloadservo-wpt_update_16-03-2025.tar.gz
servo-wpt_update_16-03-2025.zip
Update web-platform-tests to revision b'7a9307ef9e1e88229ced4a29991270d20911669c'wpt_update_16-03-2025
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/dom')
-rw-r--r--tests/wpt/meta/dom/idlharness.window.js.ini36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/wpt/meta/dom/idlharness.window.js.ini b/tests/wpt/meta/dom/idlharness.window.js.ini
index f98cee42af9..e50d8b5fb02 100644
--- a/tests/wpt/meta/dom/idlharness.window.js.ini
+++ b/tests/wpt/meta/dom/idlharness.window.js.ini
@@ -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]