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