diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/reactions/Document.html.ini')
-rw-r--r-- | testing/web-platform/meta/custom-elements/reactions/Document.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/custom-elements/reactions/Document.html.ini b/testing/web-platform/meta/custom-elements/reactions/Document.html.ini new file mode 100644 index 000000000..71f9e29a4 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/reactions/Document.html.ini @@ -0,0 +1,8 @@ +[Document.html] + type: testharness + [importNode on Document must construct a new custom element when importing a custom element] + expected: FAIL + + [adoptNode on Document must enqueue an adopted reaction when importing a custom element] + expected: FAIL + |