Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passdocument.open should redirect to window.open when called with three arguments
Asserts run
Pass
assert_true(true, "Expected a window")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html:16:3)
Passdocument.open should throw when it has no window and is called with three arguments
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html:22:3)
Pass
assert_throws_dom("INVALID_ACCESS_ERR", function "function() {     doc.open("/resources/testharness.js", "", "");   }")
    at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html:23:3)