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

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

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 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: third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
index 0677a25d93c843d805798b3078a7843a916ae002..ae67c6e02c8ec155abb1c8d889296ba178ad286d 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-console-log-expected.txt
@@ -7,7 +7,7 @@ CONSOLE INFO: line 7: info
CONSOLE DEBUG: line 8: debug
CONSOLE DEBUG: line 9: count: 1
CONSOLE ERROR: line 16:
-CONSOLE WARNING: 'console.markTimeline' is deprecated. Please use 'console.timeStamp' instead.
+CONSOLE WARNING: line 17: 'console.markTimeline' is deprecated. Please use 'console.timeStamp' instead.
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