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

Side by Side Diff: LayoutTests/http/tests/inspector/network/network-xhr-sync-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 XHR network resource type and content for synchronous requests. Bug 61205 3 Tests XHR network resource type and content for synchronous requests. Bug 61205
3 4
4 http://127.0.0.1:8000/inspector/network/resources/resource.php 5 http://127.0.0.1:8000/inspector/network/resources/resource.php
5 resource.type: xhr 6 resource.type: xhr
6 resource.content before requesting content: undefined 7 resource.content before requesting content: undefined
7 resource.content after requesting content: Hello world 8 resource.content after requesting content: Hello world
8 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698