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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 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-eval-undefined-override-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
index af5cb3fd613003599fa81101b1fdf68c25145da7..c27efb4671e228665a850dbd4a9d02d3cb92c9b1 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
@@ -3,6 +3,6 @@ Tests that evaluating something in console won't crash the browser if undefined
var x = {a:1}; x.self = x; undefined = x;
Object {a: 1, self: Object}
unknownVar
- VM:1 Uncaught ReferenceError: unknownVar is not defined(…)
+ VM:1 Uncaught ReferenceError: unknownVar is not defined
(anonymous function) @ VM:1

Powered by Google App Engine
This is Rietveld 408576698