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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 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/sandbox-empty-subframe-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
index a638752e27b227ed6b5048054347461bd55ea68e..ef1187a501b24851ef22d8af8ce75b4f886b7e50 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: Blocked script execution in 'data:text/html,<script>alert('FAIL');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>alert('FAIL');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
This test passes if it doesn't alert fail.

Powered by Google App Engine
This is Rietveld 408576698