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

Unified Diff: LayoutTests/fast/loader/page-dismissal-modal-dialogs-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/loader/page-dismissal-modal-dialogs-expected.txt
diff --git a/LayoutTests/fast/loader/page-dismissal-modal-dialogs-expected.txt b/LayoutTests/fast/loader/page-dismissal-modal-dialogs-expected.txt
index fa0247a45c64574abfe4a653ba08b83616fac90d..a2173f397aaa51844936235a9a37c7a7fbfe16c0 100644
--- a/LayoutTests/fast/loader/page-dismissal-modal-dialogs-expected.txt
+++ b/LayoutTests/fast/loader/page-dismissal-modal-dialogs-expected.txt
@@ -1,32 +1,32 @@
frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
-CONSOLE MESSAGE: Blocked alert('mainFrame beforeunload PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked confirm('mainFrame beforeunload PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked prompt('mainFrame beforeunload PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked alert('iFrame click PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked confirm('iFrame click PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked prompt('iFrame click PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked alert('iFrame beforeunload PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked confirm('iFrame beforeunload PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked prompt('iFrame beforeunload PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked alert('mainFrame click PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked confirm('mainFrame click PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked prompt('mainFrame click PASS') during beforeunload.
-CONSOLE MESSAGE: Blocked alert('mainFrame pagehide PASS') during pagehide.
-CONSOLE MESSAGE: Blocked confirm('mainFrame pagehide PASS') during pagehide.
-CONSOLE MESSAGE: Blocked prompt('mainFrame pagehide PASS') during pagehide.
-CONSOLE MESSAGE: Blocked alert('iFrame click PASS') during pagehide.
-CONSOLE MESSAGE: Blocked confirm('iFrame click PASS') during pagehide.
-CONSOLE MESSAGE: Blocked prompt('iFrame click PASS') during pagehide.
-CONSOLE MESSAGE: Blocked alert('mainFrame unload PASS') during unload.
-CONSOLE MESSAGE: Blocked confirm('mainFrame unload PASS') during unload.
-CONSOLE MESSAGE: Blocked prompt('mainFrame unload PASS') during unload.
-CONSOLE MESSAGE: Blocked alert('iFrame click PASS') during unload.
-CONSOLE MESSAGE: Blocked confirm('iFrame click PASS') during unload.
-CONSOLE MESSAGE: Blocked prompt('iFrame click PASS') during unload.
-CONSOLE MESSAGE: Blocked alert('iFrame pagehide PASS') during pagehide.
-CONSOLE MESSAGE: Blocked confirm('iFrame pagehide PASS') during pagehide.
-CONSOLE MESSAGE: Blocked prompt('iFrame pagehide PASS') during pagehide.
-CONSOLE MESSAGE: Blocked alert('iFrame unload PASS') during unload.
-CONSOLE MESSAGE: Blocked confirm('iFrame unload PASS') during unload.
-CONSOLE MESSAGE: Blocked prompt('iFrame unload PASS') during unload.
+CONSOLE ERROR: Blocked alert('mainFrame beforeunload PASS') during beforeunload.
+CONSOLE ERROR: Blocked confirm('mainFrame beforeunload PASS') during beforeunload.
+CONSOLE ERROR: Blocked prompt('mainFrame beforeunload PASS') during beforeunload.
+CONSOLE ERROR: Blocked alert('iFrame click PASS') during beforeunload.
+CONSOLE ERROR: Blocked confirm('iFrame click PASS') during beforeunload.
+CONSOLE ERROR: Blocked prompt('iFrame click PASS') during beforeunload.
+CONSOLE ERROR: Blocked alert('iFrame beforeunload PASS') during beforeunload.
+CONSOLE ERROR: Blocked confirm('iFrame beforeunload PASS') during beforeunload.
+CONSOLE ERROR: Blocked prompt('iFrame beforeunload PASS') during beforeunload.
+CONSOLE ERROR: Blocked alert('mainFrame click PASS') during beforeunload.
+CONSOLE ERROR: Blocked confirm('mainFrame click PASS') during beforeunload.
+CONSOLE ERROR: Blocked prompt('mainFrame click PASS') during beforeunload.
+CONSOLE ERROR: Blocked alert('mainFrame pagehide PASS') during pagehide.
+CONSOLE ERROR: Blocked confirm('mainFrame pagehide PASS') during pagehide.
+CONSOLE ERROR: Blocked prompt('mainFrame pagehide PASS') during pagehide.
+CONSOLE ERROR: Blocked alert('iFrame click PASS') during pagehide.
+CONSOLE ERROR: Blocked confirm('iFrame click PASS') during pagehide.
+CONSOLE ERROR: Blocked prompt('iFrame click PASS') during pagehide.
+CONSOLE ERROR: Blocked alert('mainFrame unload PASS') during unload.
+CONSOLE ERROR: Blocked confirm('mainFrame unload PASS') during unload.
+CONSOLE ERROR: Blocked prompt('mainFrame unload PASS') during unload.
+CONSOLE ERROR: Blocked alert('iFrame click PASS') during unload.
+CONSOLE ERROR: Blocked confirm('iFrame click PASS') during unload.
+CONSOLE ERROR: Blocked prompt('iFrame click PASS') during unload.
+CONSOLE ERROR: Blocked alert('iFrame pagehide PASS') during pagehide.
+CONSOLE ERROR: Blocked confirm('iFrame pagehide PASS') during pagehide.
+CONSOLE ERROR: Blocked prompt('iFrame pagehide PASS') during pagehide.
+CONSOLE ERROR: Blocked alert('iFrame unload PASS') during unload.
+CONSOLE ERROR: Blocked confirm('iFrame unload PASS') during unload.
+CONSOLE ERROR: Blocked prompt('iFrame unload PASS') during unload.
PASS

Powered by Google App Engine
This is Rietveld 408576698