Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-data.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob.html |
similarity index 92% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-data.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob.html |
index 518bddac7ff044353fbcbb7ebae0930e4b1f5586..b2aca56fd482978b6b741c83e353fe0f3b37a52d 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-data.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob.html |
@@ -11,7 +11,7 @@ |
var host_info = get_host_info(); |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('/fetch/script-tests/thorough/scheme-data.js?')); |
+ new Worker('/fetch/script-tests/thorough/scheme-blob.js?')); |
t.done(); |
} |
function init(test) { |