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

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

Issue 2605693003: DevTools: introduce object previews experiment (Closed)
Patch Set: ac2 Created 3 years, 11 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 403aea8139b14b5b7f17b63ef1be7b3497cd8203..57f4223e15adae4dd21922d2ef74b51516498dfe 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 @@ VM:1 Uncaught asdf
Running: testThrowObject
throw {a:42}
-VM:1 Uncaught Object {a: 42}
+VM:1 Uncaught {a: 42}
(anonymous) @ VM:1
Running: testThrowError

Powered by Google App Engine
This is Rietveld 408576698