| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 2 tests. 0 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 FAIL document.open should redirect to window.open when called with three argumen
ts assert_unreached: The call should be redirected to the real window.open Reach
ed unreachable code | 3 FAIL document.open should redirect to window.open when called with three argumen
ts assert_unreached: The call should be redirected to the real window.open Reach
ed unreachable code |
| 3 FAIL document.open should throw when it has no window and is called with three a
rguments assert_throws: function "function () { | 4 FAIL document.open should throw when it has no window and is called with three a
rguments assert_throws: function "function () { |
| 4 doc.open("/resources/testharness.js", "", ""); | 5 doc.open("/resources/testharness.js", "", ""); |
| 5 }" did not throw | 6 }" did not throw |
| 6 Harness: the test ran to completion. | 7 Harness: the test ran to completion. |
| 7 | 8 |
| OLD | NEW |