| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/service-worker-csp-worker.py
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/service-worker-csp-worker.py b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/service-worker-csp-worker.py
|
| index 4e5c6f3b6ea08f09caa1600bea31b7c52853d3a4..5f06454f144d584dbbec4ec2457f5b5bdd161fe6 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/service-worker-csp-worker.py
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/service-worker-csp-worker.py
|
| @@ -1,7 +1,7 @@
|
| bodyDefault = '''
|
| importScripts('worker-testharness.js');
|
| importScripts('test-helpers.sub.js');
|
| -importScripts('../resources/get-host-info.sub.js');
|
| +importScripts('/common/get-host-info.sub.js');
|
|
|
| var host_info = get_host_info();
|
|
|
| @@ -47,7 +47,7 @@ async_test(function(t) {
|
| bodyScript = '''
|
| importScripts('worker-testharness.js');
|
| importScripts('test-helpers.sub.js');
|
| -importScripts('../resources/get-host-info.sub.js');
|
| +importScripts('/common/get-host-info.sub.js');
|
|
|
| var host_info = get_host_info();
|
|
|
| @@ -93,7 +93,7 @@ async_test(function(t) {
|
| bodyConnect = '''
|
| importScripts('worker-testharness.js');
|
| importScripts('test-helpers.sub.js');
|
| -importScripts('../resources/get-host-info.sub.js');
|
| +importScripts('/common/get-host-info.sub.js');
|
|
|
| var host_info = get_host_info();
|
|
|
|
|