| Index: LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-absolute-url.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-absolute-url.html b/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-absolute-url.html
|
| index 3df98c4a3b0e8c2b57810da8a9dd55fbb623cfca..dcb90d5f21d143547d4f5c9757ed1e4e29cc14dc 100644
|
| --- a/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-absolute-url.html
|
| +++ b/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/scope-absolute-url.html
|
| @@ -6,8 +6,6 @@
|
| <script src="resources/scope.js"></script>
|
| <script>
|
| async_test(function(t) {
|
| - scope_test(
|
| - t, 'resources/scope-worker.js',
|
| - get_host_info().HTTP_ORIGIN + base_path() + 'resources/absolute_url/');
|
| + scope_test(t, 'resources/scope-worker.js', get_host_info().HTTP_ORIGIN);
|
| }, 'Verify the scope property: absolute url');
|
| </script>
|
|
|