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

Side by Side Diff: LayoutTests/inspector/console/console-format-expected.txt

Issue 464793002: DevTools: Simplify isArrayLike() in injected script and extend InjectedScriptHost.type() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test fix Created 6 years, 4 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 77 CONSOLE MESSAGE: line 12: 42
78 CONSOLE MESSAGE: line 13: 42 78 CONSOLE MESSAGE: line 13: 42
79 CONSOLE MESSAGE: line 12: abc 79 CONSOLE MESSAGE: line 12: abc
80 CONSOLE MESSAGE: line 13: abc 80 CONSOLE MESSAGE: line 13: abc
81 CONSOLE MESSAGE: line 12: [object Uint16Array]
82 CONSOLE MESSAGE: line 13: [object Uint16Array]
81 Tests that console logging dumps proper messages. 83 Tests that console logging dumps proper messages.
82 84
83 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] console-format.html:26 85 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] console-format.html:26
84 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:27 86 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:27
85 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:28 87 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] c onsole-format.html:28
86 Test for zero "0" in formatter console-format.html:29 88 Test for zero "0" in formatter console-format.html:29
87 % self-escape1 dummy console-format.html:30 89 % self-escape1 dummy console-format.html:30
88 %s self-escape2 dummy console-format.html:31 90 %s self-escape2 dummy console-format.html:31
89 %ss self-escape3 dummy console-format.html:32 91 %ss self-escape3 dummy console-format.html:32
90 %sdummy%s self-escape4 console-format.html:33 92 %sdummy%s self-escape4 console-format.html:33
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 globals[30] 221 globals[30]
220 function () {} console-format.html:62 222 function () {} console-format.html:62
221 Number {[[PrimitiveValue]]: 42} console-format.html:12 223 Number {[[PrimitiveValue]]: 42} console-format.html:12
222 [Number]0: Numberlength: 1__proto__: Array[0] console-format.html:13 224 [Number]0: Numberlength: 1__proto__: Array[0] console-format.html:13
223 globals[31] 225 globals[31]
224 Number {[[PrimitiveValue]]: 42} 226 Number {[[PrimitiveValue]]: 42}
225 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} console-fo rmat.html:12 227 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 228 [String]0: Stringlength: 1__proto__: Array[0] console-format.html:13
227 globals[32] 229 globals[32]
228 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} 230 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
231 [1, 2, 3] console-format.html:12
232 [Uint16Array[3]]0: Uint16Array[3]length: 1__proto__: Array[0] console-format.htm l:13
233 globals[33]
234 [1, 2, 3]
229 235
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698