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

Side by Side Diff: LayoutTests/http/tests/inspector/network/network-cyrillic-xhr-expected.txt

Issue 329323002: Deprecate support for xhr.withCredentials for synchronous requests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove async condition in network-test.js Created 6 years, 6 months 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: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
1 CONSOLE MESSAGE: line 6: XHR loaded: 1 2 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE MESSAGE: line 6: XHR loaded: 2 3 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 Tests cyrillic xhr content is correctly loaded in inspector. 4 Tests cyrillic xhr content is correctly loaded in inspector.
4 5
5 Bug 79026 6 Bug 79026
6 http://127.0.0.1:8000/inspector/network/resources/cyrillic.html?sync 7 http://127.0.0.1:8000/inspector/network/resources/cyrillic.html?sync
7 resource.content: The following line contains a word "success" written with cyri llic letters. 8 resource.content: The following line contains a word "success" written with cyri llic letters.
8 SUССЕSS 9 SUССЕSS
9 10
10 http://127.0.0.1:8000/inspector/network/resources/cyrillic.html?async 11 http://127.0.0.1:8000/inspector/network/resources/cyrillic.html?async
11 resource.content: The following line contains a word "success" written with cyri llic letters. 12 resource.content: The following line contains a word "success" written with cyri llic letters.
12 SUССЕSS 13 SUССЕSS
13 14
14 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698