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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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-exception-report-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt
index b3775fd2f4a3ed4841504d61fa05d384fbb84fd4..1c56c1d0868df7709e140a4ead748ae9048cba53 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt
@@ -9,7 +9,7 @@ Tests that evaluating an expression with an exception in the console provide cor
foo();
}
boo();
-VM:3 Uncaught Object {a: 239}foo @ VM:3boo @ VM:7(anonymous function) @ VM:9
+VM:3 Uncaught Object {a: 239}Objectfoo @ VM:3boo @ VM:7(anonymous function) @ VM:9
call frame:foo at :3
call frame:boo at :7
call frame: at :9

Powered by Google App Engine
This is Rietveld 408576698