| OLD | NEW |
| 1 CONSOLE WARNING: line 42: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. | |
| 2 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 3 PASS Check that exception is created in called function's context. | 2 FAIL Check that DOM exception is created in called function's context. assert_no
t_equals: got disallowed value [stringifying object threw TypeError: Illegal inv
ocation with type object] |
| 4 PASS Check that DOM exception is created in setter's context. | 3 FAIL Check that DOM exception is created in setter's context. assert_not_equals:
got disallowed value [stringifying object threw TypeError: Illegal invocation w
ith type object] |
| 5 PASS Check that native exception is created in setter's context. | 4 PASS Check that native exception is created in setter's context. |
| 6 Harness: the test ran to completion. | 5 Harness: the test ran to completion. |
| 7 | 6 |
| OLD | NEW |