OLD | NEW |
1 CONSOLE WARNING: line 13: 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 12: 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 we can send textarea data containing null characters. | 2 Async XHR should not turn sync 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 PASS the string containing a null byte is echoed correctly. | 7 PASS xhr2SendIsReturned is true |
| 8 PASS xhr1.responseText is not xhr2.responseText |
8 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
9 | 10 |
10 TEST COMPLETE | 11 TEST COMPLETE |
11 | 12 |
OLD | NEW |