| Index: LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
|
| index b5ae7f3f498856e6c4e468009b71368663f5782c..c2a3e3aa364adb0f8d86b60da410c1574e6bb673 100644
|
| --- a/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
|
| +++ b/LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-scope.html
|
| @@ -13,7 +13,7 @@ function scope_test(name, scope) {
|
| if (scope) {
|
| expectedScope = new URL(scope, document.location).toString();
|
| } else {
|
| - expectedScope = new URL('*', document.location).toString();
|
| + expectedScope = new URL('/*', document.location).toString();
|
| }
|
|
|
| service_worker_unregister_and_register(
|
|
|