summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini
new file mode 100644
index 0000000000..35a999645c
--- /dev/null
+++ b/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini
@@ -0,0 +1,9 @@
+[Node-appendChild-script-and-iframe.tentative.html]
+ [A script inserted atomically before an iframe (using a div) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes]
+ expected: FAIL
+
+ [A script inserted atomically before an iframe (using a DocumentFragment) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes]
+ expected: FAIL
+
+ [A script inserted atomically before an iframe (using a append() with multiple arguments) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes]
+ expected: FAIL