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

Side by Side Diff: LayoutTests/http/tests/inspector/network/network-xhr-async-response-type-blob-expected.txt

Issue 23444058: Use downloadToFile option when XHR downloads a Blob (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 Tests XHR network resource type and size for asynchronous requests when 'blob' i s specified as the response type. 2 Tests XHR network resource type and size for asynchronous requests when 'blob' i s specified as the response type.
3 3
4 http://127.0.0.1:8000/inspector/network/resources/resource.php 4 http://127.0.0.1:8000/inspector/network/resources/resource.php
5 resource.type: xhr 5 resource.type: xhr
6 resource.size: 11 6 resource.size: 11
7 resource.content before requesting content: undefined
8 resource.content after requesting content: null
yusukesuzuki 2013/09/19 04:23:36 The requestContent result for XHR with responseTyp
7 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698