Pass | Script inserted after an iframe in the same appendChild() call can observe the iframe's non-null contentWindow | Asserts runPass | assert_equals("script not run yet", "script not run yet")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:27:3) | Pass | assert_equals("iframe with content window", "iframe with content window")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:29:3) |
|
Pass | 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 | Asserts runPass | assert_equals("script not run yet", "script not run yet")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:47:3) | Pass | assert_equals("contentWindow is null", "contentWindow is null")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:49:3) |
|
Pass | 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 | Asserts runPass | assert_equals("script not run yet", "script not run yet")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:66:3) | Pass | assert_equals("contentWindow is null", "contentWindow is null")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:68:3) |
|
Pass | 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 | Asserts runPass | assert_equals("script not run yet", "script not run yet")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:81:3) | Pass | assert_equals("contentWindow is null", "contentWindow is null")
at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html:84:3) |
|