Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-data-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html |
similarity index 89% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-data-base-https-other-https.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html |
index 5ce6dcd515b2041dcc340f86c81d020a2e21a409..780f61b0b94d6bee88c9e10cdccfe3864ba1919b 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-data-base-https-other-https.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html |
@@ -11,8 +11,8 @@ |
var host_info = get_host_info(); |
function start(t) { |
service_worker_test( |
- '/fetch/script-tests/thorough/scheme-data.js?-base-https-other-https', |
- 'scheme-data'); |
+ '/fetch/script-tests/thorough/scheme-blob.js?-base-https-other-https', |
+ 'scheme-blob'); |
t.done(); |
} |
function init(test) { |