| Index: LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html b/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| index a67f196c20a501bb81b3a4be3617f7ea3018650f..4779f1df2a416916e446ab7ccd5e0f7fcfc49ab0 100644
|
| --- a/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| +++ b/LayoutTests/http/tests/serviceworker/registration-service-worker-attributes.html
|
| @@ -4,7 +4,7 @@
|
| <script src="resources/test-helpers.js"></script>
|
| <script>
|
| async_test(function(t) {
|
| - var scope = 'scope/installing-waiting-active-after-registration';
|
| + var scope = 'resources/scope/installing-waiting-active-after-registration';
|
| var worker_url = 'resources/empty-worker.js';
|
| var expected_url = normalizeURL(worker_url);
|
|
|
|
|