Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-sharedworker-basic.html

Issue 1760523004: CORS-RFC1918: Teach Workers about address spaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-worker-basic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-worker-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698