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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-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-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 bea07e19e68ec10ccfd7395c0e567d094a9dac1d..35c7f6f4be8d8f9a39750ab3aa84c689e84ff877 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}
+VM:3 Uncaught {a: 239}
foo @ VM:3
boo @ VM:7
(anonymous) @ VM:9

Powered by Google App Engine
This is Rietveld 408576698