Node-appendChild-script-and-iframe.tentative.html.ini (774B)
1 [Node-appendChild-script-and-iframe.tentative.html] 2 [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] 3 expected: FAIL 4 5 [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] 6 expected: FAIL 7 8 [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] 9 expected: FAIL