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

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

Issue 1259393002: DevTools: add support for logging fetch requests when XHR logging is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 MESSAGE: line 6: XHR loaded: 1 1 Tests fetch network resource type and content.
dgozman 2015/07/29 15:26:07 Can we also have a test for EventSource type and c
2 Tests XHR network resource type and content for asynchronous requests. Bug 61205
3 2
4 http://127.0.0.1:8000/inspector/network/resources/resource.php 3 http://127.0.0.1:8000/inspector/network/resources/resource.php
5 resource.type: xhr 4 resource.type: other
dgozman 2015/07/29 15:26:07 I think test should dump "Fetch" type somewhere.
6 resource.content before requesting content: undefined 5 resource.content before requesting content: undefined
7 resource.content after requesting content: Hello world 6 resource.content after requesting content: Hello world
8 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698