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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js

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
Index: third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
index fb43ae1fa351042a28abae23c97acccc1760c32e..8e019a598ef71c4de54b8a2f9530ec12e2f1777b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cors-rfc1918/resources/addressspace-test.js
@@ -6,6 +6,8 @@ function createIFrame(origin, type) {
file = "post-addressspace-to-parent.html?csp";
} else if (type == "worker") {
file = "post-addressspace-from-worker.html";
+ } else if (type == "sharedworker") {
+ file = "post-addressspace-from-sharedworker.html";
}
var i = document.createElement('iframe');

Powered by Google App Engine
This is Rietveld 408576698