| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 Test XMLHttpRequest and document.xmlEncoding interaction. | 2 Test XMLHttpRequest and document.xmlEncoding interaction. |
| 2 | 3 |
| 3 The request body should contain the word "Проверка". | 4 The request body should contain the word "Проверка". |
| 4 | 5 |
| 5 responseXML.xmlEncoding: windows-1251 | 6 responseXML.xmlEncoding: windows-1251 |
| 6 responseXML.xmlVersion: 1.0 | 7 responseXML.xmlVersion: 1.0 |
| 7 responseXML.xmlStandalone: true | 8 responseXML.xmlStandalone: true |
| 8 Request body: <?xml version="1.0" encoding="windows-1251" standalone="yes"?><doc
>Проверка</doc> | 9 Request body: <?xml version="1.0" encoding="windows-1251" standalone="yes"?><doc
>Проверка</doc> |
| OLD | NEW |