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

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

Issue 2881053003: DevTools: enable object previews experiment by default (Closed)
Patch Set: fix extension sidebar test Created 3 years, 7 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/exception-objects-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
index 06770afaba221970aafce2b1567c867b77fc0dc9..cd22a0a5ecc83f6dd4846ce8dc35b37e9ff75f59 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/exception-objects-expected.txt
@@ -22,12 +22,12 @@ throwError @ foo.js:4
(anonymous) @ VM:1
setTimeout(throwObject, 0); undefined
undefined
-foo.js:9 Uncaught Object {a: 42}
+foo.js:9 Uncaught {a: 42}
throwObject @ foo.js:9
setTimeout (async)
(anonymous) @ VM:1
throwObject();
-foo.js:9 Uncaught Object {a: 42}
+foo.js:9 Uncaught {a: 42}
throwObject @ foo.js:9
(anonymous) @ VM:1
setTimeout(throwNumber, 0); undefined
@@ -56,13 +56,13 @@ rejectWithError @ foo.js:19
(anonymous) @ VM:1
setTimeout(rejectWithObject, 0); undefined
undefined
-foo.js:24 Uncaught (in promise) Object {b: 42}
+foo.js:24 Uncaught (in promise) {b: 42}
rejectWithObject @ foo.js:24
setTimeout (async)
(anonymous) @ VM:1
rejectWithObject();
undefined
-foo.js:24 Uncaught (in promise) Object {b: 42}
+foo.js:24 Uncaught (in promise) {b: 42}
rejectWithObject @ foo.js:24
(anonymous) @ VM:1

Powered by Google App Engine
This is Rietveld 408576698