| Index: LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/test-helpers.js b/LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| index a51c1a4a436f263d4e3c93bb2f1a8b80037b038f..a660bd207299043c84167f3222c9c2452c5c7de0 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| @@ -118,7 +118,7 @@ function wait_for_state(test, worker, state) {
|
| };
|
|
|
| function service_worker_test(url, description) {
|
| - var scope = window.location.origin + '/service-worker-scope/' +
|
| + var scope = window.location.origin + '/service-worker-scope' +
|
| window.location.pathname;
|
|
|
| var test = async_test(description);
|
|
|