| 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 https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 27: 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 CONSOLE ERROR: line 20: Uncaught RangeError: Maximum call stack size exceeded. | 2 CONSOLE ERROR: line 20: Uncaught RangeError: Maximum call stack size exceeded. |
| 3 CONSOLE ERROR: line 21: Uncaught RangeError: Maximum call stack size exceeded. | 3 CONSOLE ERROR: line 21: Uncaught RangeError: Maximum call stack size exceeded. |
| 4 This tests that having infinite recursion in XMLHttpRequest event handler does n
ot crash. | 4 This tests that having infinite recursion in XMLHttpRequest event handler does n
ot crash. |
| 5 PASS | 5 PASS |
| 6 | 6 |
| OLD | NEW |