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

Side by Side Diff: LayoutTests/http/tests/inspector/network/har-content-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 Tests conversion of Inspector's resource representation into HAR format. 3 Tests conversion of Inspector's resource representation into HAR format.
3 4
4 initiator.css: .image-background { 5 initiator.css: .image-background {
5 background-image: url("resource.php?type=image&random=1&size=200"); 6 background-image: url("resource.php?type=image&random=1&size=200");
6 } 7 }
7 8
8 .image-background-2 { 9 .image-background-2 {
9 background-image: url("resource.php?type=image&random=1&size=300"); 10 background-image: url("resource.php?type=image&random=1&size=300");
10 } 11 }
11 12
12 13
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698