aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/dom/idlharness.window.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/dom/idlharness.window.js.ini')
-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]