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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html
new file mode 100644
index 0000000000000000000000000000000000000000..2851ab40dfa4f4dc459476ff52eec318a6d71290
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob.html
@@ -0,0 +1,13 @@
+<html>
+<body>
+<p></p>
+<div id="console"></div>
+<script src="../resources/js-test-pre.js"></script>
+<script>
+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.
+window.jsTestIsAsync = true;
+</script>
+<script src="resources/xmlhttprequest-response-type-blob.js"></script>
+<script src="../resources/js-test-post.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698