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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html

Issue 133073007: CSP: 'sandbox' should be ignored in report-only mode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/sandbox-report-only.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
similarity index 80%
copy from LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html
copy to LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
index cf23714712effed57d237b7f3cbdfc5a262cd665..17c43b378918c838c9b646341a77ac2ba0d33e4a 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<iframe src="resources/sandbox.php?sandbox=allow-scripts%20allow-same-origin"></iframe>
+<iframe src="resources/sandbox.php?report-only=1"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698