OLD | NEW |
1 CONSOLE WARNING: line 16: 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/. | 1 CONSOLE WARNING: line 16: 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 Performing mixed content checks in a detached setting shouldn't crash. | 2 Performing mixed content checks in a detached setting shouldn't crash. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHt
tpRequest': Failed to load 'http://user:pass@127.0.0.1:8000/doesNotExist': Docum
ent is already detached.. | 7 PASS xhr.send() threw exception NetworkError: Failed to execute 'send' on 'XMLHt
tpRequest': Failed to load 'http://user:pass@127.0.0.1:8000/doesNotExist'.. |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 | 11 |
OLD | NEW |