| OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. |
| 2 | 2 |
| 3 This is a testharness.js-based test. | 3 This is a testharness.js-based test. |
| 4 PASS Check that exception is created in called function's context. | 4 PASS Check that exception is created in called function's context. |
| 5 PASS Check that DOM exception is created in setter's context. | 5 PASS Check that DOM exception is created in setter's context. |
| 6 PASS Check that native exception is created in setter's context. | 6 PASS Check that native exception is created in setter's context. |
| 7 Harness: the test ran to completion. | 7 Harness: the test ran to completion. |
| 8 | 8 |
| OLD | NEW |