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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,, 1 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,,
2 CONSOLE MESSAGE: line 27: %o 2 CONSOLE MESSAGE: line 27: %o
3 CONSOLE MESSAGE: line 28: %O 3 CONSOLE MESSAGE: line 28: %O
4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter 4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter
5 CONSOLE MESSAGE: line 30: %% self-escape1 5 CONSOLE MESSAGE: line 30: %% self-escape1
6 CONSOLE MESSAGE: line 31: %%s self-escape2 6 CONSOLE MESSAGE: line 31: %%s self-escape2
7 CONSOLE MESSAGE: line 32: %%ss self-escape3 7 CONSOLE MESSAGE: line 32: %%ss self-escape3
8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4 8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4
9 CONSOLE MESSAGE: line 34: %%%%% self-escape5 9 CONSOLE MESSAGE: line 34: %%%%% self-escape5
10 CONSOLE MESSAGE: line 35: %%%s self-escape6 10 CONSOLE MESSAGE: line 35: %%%s self-escape6
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 CONSOLE MESSAGE: line 12: 0 67 CONSOLE MESSAGE: line 12: 0
68 CONSOLE MESSAGE: line 13: 0 68 CONSOLE MESSAGE: line 13: 0
69 CONSOLE MESSAGE: line 12: 69 CONSOLE MESSAGE: line 12:
70 CONSOLE MESSAGE: line 13: 70 CONSOLE MESSAGE: line 13:
71 CONSOLE MESSAGE: line 12: function Object() { [native code] } 71 CONSOLE MESSAGE: line 12: function Object() { [native code] }
72 CONSOLE MESSAGE: line 13: function Object() { [native code] } 72 CONSOLE MESSAGE: line 13: function Object() { [native code] }
73 CONSOLE MESSAGE: line 12: [object Object] 73 CONSOLE MESSAGE: line 12: [object Object]
74 CONSOLE MESSAGE: line 13: [object Object] 74 CONSOLE MESSAGE: line 13: [object Object]
75 CONSOLE MESSAGE: line 12: function () {} 75 CONSOLE MESSAGE: line 12: function () {}
76 CONSOLE MESSAGE: line 13: function () {} 76 CONSOLE MESSAGE: line 13: function () {}
77 CONSOLE MESSAGE: line 12: 42
78 CONSOLE MESSAGE: line 13: 42
79 CONSOLE MESSAGE: line 12: abc
80 CONSOLE MESSAGE: line 13: abc
77 Tests that console logging dumps proper messages. 81 Tests that console logging dumps proper messages.
78 82
79 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] console-format.html:26 83 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] console-format.html:26
80 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:27 84 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:27
81 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:28 85 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:28
82 Test for zero "0" in formatter console-format.html:29 86 Test for zero "0" in formatter console-format.html:29
83 % self-escape1 dummy console-format.html:30 87 % self-escape1 dummy console-format.html:30
84 %s self-escape2 dummy console-format.html:31 88 %s self-escape2 dummy console-format.html:31
85 %ss self-escape3 dummy console-format.html:32 89 %ss self-escape3 dummy console-format.html:32
86 %sdummy%s self-escape4 console-format.html:33 90 %sdummy%s self-escape4 console-format.html:33
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 globals[28] 211 globals[28]
208 function Object() { [native code] } 212 function Object() { [native code] }
209 Object {} console-format.html:12 213 Object {} console-format.html:12
210 [Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13 214 [Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
211 globals[29] 215 globals[29]
212 Object {} 216 Object {}
213 function () {} console-format.html:12 217 function () {} console-format.html:12
214 [function]0: function () {}length: 1__proto__: Array[0] console-format.html:13 218 [function]0: function () {}length: 1__proto__: Array[0] console-format.html:13
215 globals[30] 219 globals[30]
216 function () {} console-format.html:62 220 function () {} console-format.html:62
221 Number {[[PrimitiveValue]]: 42} console-format.html:12
222 [Number]0: Numberlength: 1__proto__: Array[0] console-format.html:13
223 globals[31]
224 Number {[[PrimitiveValue]]: 42}
225 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} console-fo rmat.html:12
226 [String]0: Stringlength: 1__proto__: Array[0] console-format.html:13
227 globals[32]
228 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
217 229
OLDNEW
« 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