Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCheck that popups from a sandboxed iframe do not escape the sandbox
Asserts run
Pass
assert_equals("null", "null", "It came from a sandboxed iframe")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html:9:5)
Pass
assert_equals(undefined, undefined, "Should have the right message")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html:10:5)
Pass
assert_equals("null", "null", "Should not have escaped the sandbox")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html:11:5)