Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that removing the src attribute of an iframe loads about:blank instead of whatever was loaded previously.
Asserts run
Pass
assert_equals("blob:", "blob:", "Should have loaded the blob")
    at Test.blobLoaded ( /html/semantics/embedded-content/the-iframe-element/iframe_remove_src.html:22:7)
Pass
assert_equals("text", "text", "Should have loaded the blob text")
    at Test.blobLoaded ( /html/semantics/embedded-content/the-iframe-element/iframe_remove_src.html:24:7)
Pass
assert_false(false, "Should not have loaded about:blank sync")
    at Test.aboutBlankLoaded ( /html/semantics/embedded-content/the-iframe-element/iframe_remove_src.html:33:7)
Pass
assert_equals("about:blank", "about:blank", "Should have loaded about:blank")
    at Test.aboutBlankLoaded ( /html/semantics/embedded-content/the-iframe-element/iframe_remove_src.html:34:7)
Pass
assert_equals("", "", "Should have loaded the about:blank text")
    at Test.aboutBlankLoaded ( /html/semantics/embedded-content/the-iframe-element/iframe_remove_src.html:36:7)