| Index: LayoutTests/http/tests/serviceworker/uncontrolled-page.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/uncontrolled-page.html b/LayoutTests/http/tests/serviceworker/uncontrolled-page.html
|
| index ae865e22a30c1fb415c4eecbe8052cfec5413417..13da906aafc80533d57c7d48c2ff85abfd95aa9e 100644
|
| --- a/LayoutTests/http/tests/serviceworker/uncontrolled-page.html
|
| +++ b/LayoutTests/http/tests/serviceworker/uncontrolled-page.html
|
| @@ -20,7 +20,7 @@ function fetch_url(url) {
|
| var worker = 'resources/fail-on-fetch-worker.js';
|
|
|
| async_test(function(t) {
|
| - var scope = '/';
|
| + var scope = 'resources/scope/uncontrolled-page/';
|
| service_worker_unregister_and_register(t, worker, scope)
|
| .then(function(reg) { return wait_for_activated(t, reg, scope); })
|
| .then(function() {
|
|
|