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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html

Issue 23444058: Use downloadToFile option when XHR downloads a Blob (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reuse InspectorInstrumentation::didReceiveData 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
(Empty)
1 <html>
2 <body>
3 <p></p>
4 <div id="console"></div>
5 <script src="../resources/js-test-pre.js"></script>
6 <script>
7 description('Request a file as the Blob type in asynchronous XMLHttpRequest in a document context.');
tyoshino (SeeGerritForStatus) 2013/09/24 10:28:31 in -> with
yusukesuzuki 2013/09/24 11:13:39 Done.
8 window.jsTestIsAsync = true;
9 </script>
10 <script src="resources/xmlhttprequest-response-type-blob.js"></script>
11 <script src="../resources/js-test-post.js"></script>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698