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

Unified Diff: LayoutTests/inspector/console/console-format-expected.txt

Issue 317703003: DevTools: Show internal properties in object preview in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed tests Created 6 years, 6 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: LayoutTests/inspector/console/console-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
index 161bb8ed8a907921629baf6861a959e00a52e691..7b876361f7e72a67436a066feb3d7783f0bc9c2b 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -74,6 +74,10 @@ CONSOLE MESSAGE: line 12: [object Object]
CONSOLE MESSAGE: line 13: [object Object]
CONSOLE MESSAGE: line 12: function () {}
CONSOLE MESSAGE: line 13: function () {}
+CONSOLE MESSAGE: line 12: 42
+CONSOLE MESSAGE: line 13: 42
+CONSOLE MESSAGE: line 12: abc
+CONSOLE MESSAGE: line 13: abc
Tests that console logging dumps proper messages.
Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] console-format.html:26
@@ -214,4 +218,12 @@ function () {} console-format.html:12
[function]0: function () {}length: 1__proto__: Array[0] console-format.html:13
globals[30]
function () {} console-format.html:62
+Number {[[PrimitiveValue]]: 42} console-format.html:12
+[Number]0: Numberlength: 1__proto__: Array[0] console-format.html:13
+globals[31]
+Number {[[PrimitiveValue]]: 42}
+String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} console-format.html:12
+[String]0: Stringlength: 1__proto__: Array[0] console-format.html:13
+globals[32]
+String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
« no previous file with comments | « LayoutTests/inspector/console/console-format-es6-expected.txt ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698