| 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 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 Test that Latin-1 characters are ent to the server correctly. | 2 Test that Latin-1 characters are ent to the server correctly. |
| 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.responseText is tests[0] | 7 PASS xhr.responseText is tests[0] |
| 8 PASS xhr.responseText is tests[1] | 8 PASS xhr.responseText is tests[1] |
| 9 PASS xhr.responseText is tests[2] | 9 PASS xhr.responseText is tests[2] |
| 10 PASS xhr.responseText is tests[3] | 10 PASS xhr.responseText is tests[3] |
| 11 PASS xhr.responseText is tests[4] | 11 PASS xhr.responseText is tests[4] |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |