OLD | NEW |
1 CONSOLE WARNING: line 14: 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 15: 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 Test that resources with fragment identifiers are loaded only once. | 2 Sync XHR should not turn async due to revalidation. |
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 Resource Requeset Log: | 7 PASS xhr2SendIsReturned is false |
8 | 8 PASS xhr1.responseText is not xhr2.responseText |
9 | |
10 bg_pattern.jpg | |
11 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
12 | 10 |
13 TEST COMPLETE | 11 TEST COMPLETE |
14 | 12 |
OLD | NEW |