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

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

Issue 1126253007: Block modal dialogs inside sandboxes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WebSandboxFlags. Created 5 years, 7 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
index 805a58cea2db217b26d8c4fb320cde609eeb1b9f..576922027f0cc014f7c7bd67d8c3eab25248603f 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt
@@ -1,5 +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.
+CONSOLE MESSAGE: line 4: Script executed in iframe.
ALERT: PASS: Iframe was not in a unique origin

Powered by Google App Engine
This is Rietveld 408576698