| 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 59: 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 Tests for bug 11053 - XMLHttpRequest should be an EventTarget. | 2 Tests for bug 11053 - XMLHttpRequest should be an EventTarget. |
| 3 | 3 |
| 4 fooListener: this = [object XMLHttpRequest] | 4 fooListener: this = [object XMLHttpRequest] |
| 5 onload: this = [object XMLHttpRequest] | 5 onload: this = [object XMLHttpRequest] |
| 6 eventListener: this = [object XMLHttpRequest] | 6 eventListener: this = [object XMLHttpRequest] |
| 7 eventListener2: this = [object XMLHttpRequest] | 7 eventListener2: this = [object XMLHttpRequest] |
| 8 onload: this = [object XMLHttpRequest] | 8 onload: this = [object XMLHttpRequest] |
| 9 eventListener: this = [object XMLHttpRequest] | 9 eventListener: this = [object XMLHttpRequest] |
| 10 eventListener2: this = [object XMLHttpRequest] | 10 eventListener2: this = [object XMLHttpRequest] |
| OLD | NEW |