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

Unified Diff: LayoutTests/fast/workers/worker-console-log-expected.txt

Issue 562683003: Tidy up ConsoleMessage callstack inclusion, fix Worker console crashes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/workers/worker-console-log-expected.txt
diff --git a/LayoutTests/fast/workers/worker-console-log-expected.txt b/LayoutTests/fast/workers/worker-console-log-expected.txt
index 3e616c15655599ec9666c620f85146a5d77f22e0..dbd0d3c204ec395eeaa2a1460807a38426b0cb42 100644
--- a/LayoutTests/fast/workers/worker-console-log-expected.txt
+++ b/LayoutTests/fast/workers/worker-console-log-expected.txt
@@ -5,6 +5,7 @@ CONSOLE ERROR: line 5: error
CONSOLE WARNING: line 6: warn
CONSOLE INFO: line 7: info
CONSOLE DEBUG: line 8: debug
+CONSOLE DEBUG: line 9: count: 1
This tests that 'console.log' and friends function correctly from workers.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698