Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / response-encoding-expected.txt
blobc1575164f129d558f5e292e6e666dfb8dbcf7872
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 Test for bug 5744 - correctly determine the encoding of XMLHttpRequest responses.
4 Plain text, UTF-8 as default: Проверка
5 Plain text, windows-1251 specified in HTTP headers: Проверка
6 Plain text, windows-1251 specified in overrideMimeType: Проверка
7 Plain text, koi8-r specified in HTTP headers, but overridden by windows-1251 in overrideMimeType: Проверка
8 XML, UTF-8 as default: Проверка. responseText: <?xml version="1.0"?> <node>Проверка</node>
9 XML, windows-1251 specified in XML declaration: Проверка. responseText: <?xml version="1.0" encoding="windows-1251"?> <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>
11 XML, koi8-r specified in XML declaration, but overridden by windows-1251 in overrideMimeType: Проверка. responseText: <?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>
13 HTML, charset determined by a META: Проверка
14 HTML, UTF-8 as default: Проверка
15 Async: Plain text, UTF-8 as default: Проверка
16 Async: Plain text, windows-1251 specified in HTTP headers: Проверка
17 Async: Plain text, windows-1251 specified in overrideMimeType: Проверка
18 Async: Plain text, koi8-r specified in HTTP headers, but overridden by windows-1251 in overrideMimeType: Проверка
19 Async: XML, UTF-8 as default: Проверка. responseText: <?xml version="1.0"?> <node>Проверка</node>
20 Async: XML, windows-1251 specified in XML declaration: Проверка. responseText: <?xml version="1.0" encoding="windows-1251"?> <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>
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>
23 Async: XML transferred as text/plain, UTF-8 as default (ignore XML text declaration): <?xml version="1.0" encoding="koi8-r"?> <node>Проверка</node>
24 Async: HTML, charset determined by a META: Проверка
25 Async: HTML, UTF-8 as default: Проверка