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

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

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-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..805a58cea2db217b26d8c4fb320cde609eeb1b9f
--- /dev/null
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt
@@ -0,0 +1,5 @@
+CONSOLE ERROR: The Content Security Policy directive 'sandbox' is ignored when delivered in a report-only policy.
+CONSOLE ERROR: The Content Security Policy 'sandbox' was delivered in report-only mode, but does not specify a 'report-uri'; the policy will have no effect. Please either add a 'report-uri' directive, or deliver the policy via the 'Content-Security-Policy' header.
+ALERT: Script executed in iframe.
+ALERT: PASS: Iframe was not in a unique origin
+

Powered by Google App Engine
This is Rietveld 408576698