| Index: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-sharedworker-basic.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-document-basic.html b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-sharedworker-basic.html
|
| similarity index 50%
|
| copy from third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-document-basic.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-sharedworker-basic.html
|
| index f2074640f42befe46775b46149d89fe65ffa802f..8e9528775b2f8489ba7d102b21a23b69b6d35f35 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-document-basic.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-sharedworker-basic.html
|
| @@ -4,8 +4,8 @@
|
| <script src="./resources/addressspace-test.js"></script>
|
| <script>
|
| window.onload = function () {
|
| - addressSpaceTest("http://localhost:8000", "document", "local");
|
| - addressSpaceTest("http://127.0.0.1:8000", "document", "local");
|
| - addressSpaceTest("http://example.test:8000", "document", "private");
|
| + addressSpaceTest("http://localhost:8000", "sharedworker", "local");
|
| + addressSpaceTest("http://127.0.0.1:8000", "sharedworker", "local");
|
| + addressSpaceTest("http://example.test:8000", "sharedworker", "private");
|
| };
|
| </script>
|
|
|