aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini')
-rw-r--r--tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini b/tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
new file mode 100644
index 00000000000..f15268ae654
--- /dev/null
+++ b/tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
@@ -0,0 +1,21 @@
+[CustomElementRegistry-initialize.html]
+ [initialize is a function on both global and scoped CustomElementRegistry]
+ expected: FAIL
+
+ [initialize sets element.customElementRegistry to the global registry]
+ expected: FAIL
+
+ [initialize does not set the registry of nested shadow tree to the global registry]
+ expected: FAIL
+
+ [initialize sets element.customElementRegistry to a scoped registry]
+ expected: FAIL
+
+ [initialize does not set the registry of nested shadow tree to a scoped registry]
+ expected: FAIL
+
+ [initialize sets element.customElementRegistry permantently]
+ expected: FAIL
+
+ [initialize is no-op on a subtree with a non-null registry]
+ expected: FAIL