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 dbd0d3c204ec395eeaa2a1460807a38426b0cb42..0677a25d93c843d805798b3078a7843a916ae002 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 |
@@ -6,6 +6,8 @@ CONSOLE WARNING: line 6: warn |
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. |
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". |