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.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/wpt/meta/dom/idlharness.window.js.ini b/tests/wpt/meta/dom/idlharness.window.js.ini
index 0e40be437e7..f66b84985ad 100644
--- a/tests/wpt/meta/dom/idlharness.window.js.ini
+++ b/tests/wpt/meta/dom/idlharness.window.js.ini
@@ -436,3 +436,24 @@
[Element interface: calling moveBefore(Node, Node?) on element with too few arguments must throw TypeError]
expected: FAIL
+
+ [Document interface: attribute customElementRegistry]
+ expected: FAIL
+
+ [Document interface: new Document() must inherit property "customElementRegistry" with the proper type]
+ expected: FAIL
+
+ [Document interface: xmlDoc must inherit property "customElementRegistry" with the proper type]
+ expected: FAIL
+
+ [ShadowRoot interface: attribute customElementRegistry]
+ expected: FAIL
+
+ [Element interface: attribute customElementRegistry]
+ expected: FAIL
+
+ [Element interface: element must inherit property "customElementRegistry" with the proper type]
+ expected: FAIL
+
+
+[idlharness.window.html?include=Node]