| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-src/service-fallback.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-src/service-fallback.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-src/service-fallback.html
|
| index 3ce8e54286169472d879713909a02195355c52d6..4993dadcdb7a908358b90c09e63f93a8368b86f9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-src/service-fallback.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-src/service-fallback.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| -<script src="/resources/testharness.js"></script>
|
| -<script src="/resources/testharnessreport.js"></script>
|
| -<script src="../resources/testharness-helper.js"></script>
|
| -<meta http-equiv="Content-Security-Policy" content="worker-src http://127.0.0.1:8000; child-src 'none'">
|
| +<script src="http://example.test:8000/resources/testharness.js"></script>
|
| +<script src="http://example.test:8000/resources/testharnessreport.js"></script>
|
| +<script src="http://example.test:8000/security/contentSecurityPolicy/resources/testharness-helper.js"></script>
|
| +<meta http-equiv="Content-Security-Policy" content="worker-src http://127.0.0.1:8000; script-src http://example.test:8000 'unsafe-inline'">
|
| <script>
|
| var url = new URL("/security/contentSecurityPolicy/resources/ping.js", document.baseURI).toString();
|
| assert_service_worker_is_loaded(url, "Same-origin service worker allowed by host-source expression.");
|
|
|