Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassScript inserted after an iframe in the same appendChild() call can observe the iframe's non-null contentWindow
Asserts run
Pass
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)
PassA 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 run
Pass
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)
PassA 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 run
Pass
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)
PassA 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 run
Pass
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)