| 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 http://xhr.spec.whatwg.org/. |
| 1 Test for bug 5744 - correctly determine the encoding of XMLHttpRequest responses
. | 2 Test for bug 5744 - correctly determine the encoding of XMLHttpRequest responses
. |
| 2 | 3 |
| 3 Plain text, UTF-8 as default: Проверка | 4 Plain text, UTF-8 as default: Проверка |
| 4 Plain text, windows-1251 specified in HTTP headers: Проверка | 5 Plain text, windows-1251 specified in HTTP headers: Проверка |
| 5 Plain text, windows-1251 specified in overrideMimeType: Проверка | 6 Plain text, windows-1251 specified in overrideMimeType: Проверка |
| 6 Plain text, koi8-r specified in HTTP headers, but overridden by windows-1251 in
overrideMimeType: Проверка | 7 Plain text, koi8-r specified in HTTP headers, but overridden by windows-1251 in
overrideMimeType: Проверка |
| 7 XML, UTF-8 as default: Проверка. responseText: <?xml version="1.0"?> <node>Прове
рка</node> | 8 XML, UTF-8 as default: Проверка. responseText: <?xml version="1.0"?> <node>Прове
рка</node> |
| 8 XML, windows-1251 specified in XML declaration: Проверка. responseText: <?xml ve
rsion="1.0" encoding="windows-1251"?> <node>Проверка</node> | 9 XML, windows-1251 specified in XML declaration: Проверка. responseText: <?xml ve
rsion="1.0" encoding="windows-1251"?> <node>Проверка</node> |
| 9 XML, koi8-r specified in XML declaration, but overridden by windows-1251 in HTTP
headers: Проверка. responseText: <?xml version="1.0" encoding="koi8-r"?> <node>
Проверка</node> | 10 XML, koi8-r specified in XML declaration, but overridden by windows-1251 in HTTP
headers: Проверка. responseText: <?xml version="1.0" encoding="koi8-r"?> <node>
Проверка</node> |
| 10 XML, koi8-r specified in XML declaration, but overridden by windows-1251 in over
rideMimeType: Проверка. responseText: <?xml version="1.0" encoding="koi8-r"?> <n
ode>Проверка</node> | 11 XML, koi8-r specified in XML declaration, but overridden by windows-1251 in over
rideMimeType: Проверка. responseText: <?xml version="1.0" encoding="koi8-r"?> <n
ode>Проверка</node> |
| 11 XML transferred as text/plain, UTF-8 as default (ignore XML text declaration): <
?xml version="1.0" encoding="koi8-r"?> <node>Проверка</node> | 12 XML transferred as text/plain, UTF-8 as default (ignore XML text declaration): <
?xml version="1.0" encoding="koi8-r"?> <node>Проверка</node> |
| 12 HTML, charset determined by a META: Проверка | 13 HTML, charset determined by a META: Проверка |
| 13 HTML, UTF-8 as default: Проверка | 14 HTML, UTF-8 as default: Проверка |
| 14 Async: Plain text, UTF-8 as default: Проверка | 15 Async: Plain text, UTF-8 as default: Проверка |
| 15 Async: Plain text, windows-1251 specified in HTTP headers: Проверка | 16 Async: Plain text, windows-1251 specified in HTTP headers: Проверка |
| 16 Async: Plain text, windows-1251 specified in overrideMimeType: Проверка | 17 Async: Plain text, windows-1251 specified in overrideMimeType: Проверка |
| 17 Async: Plain text, koi8-r specified in HTTP headers, but overridden by windows-1
251 in overrideMimeType: Проверка | 18 Async: Plain text, koi8-r specified in HTTP headers, but overridden by windows-1
251 in overrideMimeType: Проверка |
| 18 Async: XML, UTF-8 as default: Проверка. responseText: <?xml version="1.0"?> <nod
e>Проверка</node> | 19 Async: XML, UTF-8 as default: Проверка. responseText: <?xml version="1.0"?> <nod
e>Проверка</node> |
| 19 Async: XML, windows-1251 specified in XML declaration: Проверка. responseText: <
?xml version="1.0" encoding="windows-1251"?> <node>Проверка</node> | 20 Async: XML, windows-1251 specified in XML declaration: Проверка. responseText: <
?xml version="1.0" encoding="windows-1251"?> <node>Проверка</node> |
| 20 Async: XML, koi8-r specified in XML declaration, but overridden by windows-1251
in HTTP headers: Проверка. responseText: <?xml version="1.0" encoding="koi8-r"?>
<node>Проверка</node> | 21 Async: XML, koi8-r specified in XML declaration, but overridden by windows-1251
in HTTP headers: Проверка. responseText: <?xml version="1.0" encoding="koi8-r"?>
<node>Проверка</node> |
| 21 Async: XML, koi8-r specified in XML declaration, but overridden by windows-1251
in overrideMimeType: Проверка. responseText: <?xml version="1.0" encoding="koi8-
r"?> <node>Проверка</node> | 22 Async: XML, koi8-r specified in XML declaration, but overridden by windows-1251
in overrideMimeType: Проверка. responseText: <?xml version="1.0" encoding="koi8-
r"?> <node>Проверка</node> |
| 22 Async: XML transferred as text/plain, UTF-8 as default (ignore XML text declarat
ion): <?xml version="1.0" encoding="koi8-r"?> <node>Проверка</node> | 23 Async: XML transferred as text/plain, UTF-8 as default (ignore XML text declarat
ion): <?xml version="1.0" encoding="koi8-r"?> <node>Проверка</node> |
| 23 Async: HTML, charset determined by a META: Проверка | 24 Async: HTML, charset determined by a META: Проверка |
| 24 Async: HTML, UTF-8 as default: Проверка | 25 Async: HTML, UTF-8 as default: Проверка |
| OLD | NEW |