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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob.html b/LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob.html
new file mode 100644
index 0000000000000000000000000000000000000000..63c992f71d5c33058fd1b9fe63d5aae85a5e0fba
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+ <script src="/js-test-resources/js-test.js"></script>
+ <script>
+ description("Request a file as the Blob type with asynchronous XMLHttpRequest in a shared worker.");
+ var worker = startWorker("resources/xmlhttprequest-response-type-blob.js", true /* shared */);
+ </script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698