Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/auth.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html |
similarity index 90% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/auth.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html |
index 3059c4e985a93b0d19640375484ebe20387f0034..7283d729cef5de78d235dafad881774251068ec5 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/auth.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html |
@@ -11,8 +11,8 @@ |
var host_info = get_host_info(); |
function start(t) { |
service_worker_test( |
- '/fetch/script-tests/thorough/auth.js?', |
- 'auth'); |
+ '/fetch/script-tests/thorough/scheme-blob.js?', |
+ 'scheme-blob'); |
t.done(); |
} |
function init(test) { |