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

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

Issue 1929353002: CORS-RFC1918: Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Works. Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/addressspace-serviceworker-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-serviceworker-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-serviceworker-basic.html
index f2074640f42befe46775b46149d89fe65ffa802f..a61bc2b6dd95416a8e73197cb999557f12b8ec5f 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-serviceworker-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", "serviceworker", "local");
+ addressSpaceTest("http://127.0.0.1:8000", "serviceworker", "local");
+ addressSpaceTest("https://example.test:8443", "serviceworker", "private");
};
</script>

Powered by Google App Engine
This is Rietveld 408576698