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

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

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the 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/console-eval-undefined-override-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
index 185a7addee673ef36c75abec155e52f7ba3d3968..d9bd7bece0918bbfb2816fa22eb7d50061175e47 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt
@@ -1,7 +1,7 @@
Tests that evaluating something in console won't crash the browser if undefined value is overriden. The test passes if it doesn't crash. Bug 64155.
var x = {a:1}; x.self = x; undefined = x;
-Object {a: 1, self: Object}
+Object {a: 1, self: {…}}
unknownVar
VM:1 Uncaught ReferenceError: unknownVar is not defined
(anonymous) @ VM:1

Powered by Google App Engine
This is Rietveld 408576698