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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt

Issue 2521513006: DevTools: allow array previews to show static array getters (Closed)
Patch Set: Created 4 years, 1 month 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-log-object-with-getter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt
index ce1997da62665099f9e3f06d9ca52a8e5961e86d..483469d6b9b0450ce779830dfa3c07f2b1b71cd3 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt
@@ -1,5 +1,9 @@
-CONSOLE MESSAGE: line 11: [object Object]
+CONSOLE MESSAGE: line 15: [object Object]
+CONSOLE MESSAGE: line 16: 1,
Tests that console logging dumps object values defined by getters and allows to expand it.
-console-log-object-with-getter.html:11 Objectfoo: Objecta: 1b: 2__proto__: Objectset bar: (x)get foo: ()__proto__: Object
+console-log-object-with-getter.html:15 Object {}
+console-log-object-with-getter.html:16 []
+console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objectset bar: (x)get foo: ()__proto__: Object
+console-log-object-with-getter.html:16 Array[2]0: 1length: 2get 0: ()set 1: (x)__proto__: Array[0]

Powered by Google App Engine
This is Rietveld 408576698