diff options
Diffstat (limited to 'tests/wpt/meta/custom-elements/registries/Construct.html.ini')
-rw-r--r-- | tests/wpt/meta/custom-elements/registries/Construct.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/wpt/meta/custom-elements/registries/Construct.html.ini b/tests/wpt/meta/custom-elements/registries/Construct.html.ini new file mode 100644 index 00000000000..00901c2c5b4 --- /dev/null +++ b/tests/wpt/meta/custom-elements/registries/Construct.html.ini @@ -0,0 +1,9 @@ +[Construct.html] + [A constructor with only a scoped custom element registry definition should fail upon construction] + expected: FAIL + + [A constructor uses the global registry to create an element] + expected: FAIL + + [A constructor creating an element from another registry before or after super call should work] + expected: FAIL |