Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/response-encoding-expected.txt

Issue 585873002: Show a warning when using sync xhr. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added needsrebaseline for win_rel. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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: Проверка
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698