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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-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-throw-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt
index b055b9733cfbac75606238426d9cb739a0a8c088..ab5fcbfb482a320d7f25b73afbec067f30451b7d 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-throw-expected.txt
@@ -18,7 +18,7 @@ throw 'asdf'
Running: testThrowObject
throw {a:42}
- VM:1 Uncaught Object {a: 42}
+ VM:1 Uncaught Object {a: 42}Object
(anonymous function) @ VM:1
Running: testThrowError

Powered by Google App Engine
This is Rietveld 408576698