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: third_party/WebKit/LayoutTests/inspector/console/console-assert-expected.txt

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: take out post-lgtm repeat logic Created 4 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: third_party/WebKit/LayoutTests/inspector/console/console-assert-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-assert-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-assert-expected.txt
index e72f1d20dbcf60adfd6e74daf50fa7d2a594d92e..152ea90b856af66be05cd115c40c6d9a745bb90b 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-assert-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-assert-expected.txt
@@ -2,6 +2,10 @@ CONSOLE ERROR: line 9: 1
CONSOLE ERROR: line 10: a
Tests that console.assert() will dump a message and stack trace with source URLs and line numbers.
-console-assert.html:4 Assertion failed: 1b @ console-assert.html:4a @ console-assert.html:10
-console-assert.html:5 Assertion failed: a bb @ console-assert.html:5a @ console-assert.html:10
+console-assert.html:4 Assertion failed: 1
+b @ console-assert.html:4
+a @ console-assert.html:10
+console-assert.html:5 Assertion failed: a b
+b @ console-assert.html:5
+a @ console-assert.html:10

Powered by Google App Engine
This is Rietveld 408576698