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