diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/Document-createElement.html.ini')
-rw-r--r-- | testing/web-platform/meta/custom-elements/Document-createElement.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/custom-elements/Document-createElement.html.ini b/testing/web-platform/meta/custom-elements/Document-createElement.html.ini new file mode 100644 index 0000000000..14eebc99f7 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/Document-createElement.html.ini @@ -0,0 +1,11 @@ +[Document-createElement.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [document.createElement must report a NotSupportedError when the element is adopted into a the document of an iframe during construction] + expected: FAIL + + [document.createElement must report a NotSupportedError when the element is inserted into a the document of an iframe during construction] + expected: FAIL + + [document.createElement must not report a NotSupportedError when the element is adopted back from a the document of an iframe during construction] + expected: FAIL |