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

Unified Diff: LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-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/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt
index 7c2e4b3e3f40a0f9f1440c28205733268a09ec2d..c0a9f6afacc93ded4fa226eca330fb564e3a53b3 100644
--- a/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt
+++ b/LayoutTests/fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Blocked opening 'javascript: opener.parent.windowOpened(opener);' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
+CONSOLE ERROR: Blocked opening 'javascript: opener.parent.windowOpened(opener);' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
Verifies that a sandboxed IFrame cannot open new windows using window.open(). Expect ten windows to be opened, but the sandboxed IFrame not to be the opener of any of them.
This test will print "PASS" on success.

Powered by Google App Engine
This is Rietveld 408576698