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

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: 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <script src="/js-test-resources/js-test.js"></script>
7 <script>
8 description("Request a file as the Blob type with asynchronous XMLHttpReques t in a document context.");
9 window.jsTestIsAsync = true;
10 </script>
11 <script src="resources/xmlhttprequest-response-type-blob.js"></script>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698