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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/resources/suborigin-frame.html

Issue 27073003: CSP Suborigins Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address abarth's comments Created 6 years, 2 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: LayoutTests/http/tests/security/contentSecurityPolicy/resources/suborigin-frame.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/suborigin-frame.html b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/suborigin-frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..4258c348c4af651a6c89da0a4dd265be13edc3dc
--- /dev/null
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/suborigin-frame.html
@@ -0,0 +1,4 @@
+<meta http-equiv="Content-Security-Policy" content="suborigin foobar">
+<script>
+ window.secret = "I am a secret";
+</script>

Powered by Google App Engine
This is Rietveld 408576698