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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent-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: Rebase test style and XHR Created 7 years 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 Test case for bug 13596: Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information 1 .onprogress handler on XMLHttpRequest objects with response type "blob" works to support progressive download content length information
2 2
3 You should see type, bubble, cancelable, eventPhase, target and current target. 3 You should see type, bubble, cancelable, eventPhase, target and current target.
4 4
5 Type: progress 5 Type: progress
6 Bubble: false 6 Bubble: false
7 Cancelable: true 7 Cancelable: true
8 EventPhase: 2 8 EventPhase: 2
9 Target: [object XMLHttpRequest] 9 Target: [object XMLHttpRequest]
10 Current target: [object XMLHttpRequest] 10 Current target: [object XMLHttpRequest]
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698