Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-format-expected.txt
blobee67357f4539d0e82c729c954663388b919a9a1f
1 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,,
2 CONSOLE MESSAGE: line 27: %o
3 CONSOLE MESSAGE: line 28: %O
4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter
5 CONSOLE MESSAGE: line 30: %% self-escape1
6 CONSOLE MESSAGE: line 31: %%s self-escape2
7 CONSOLE MESSAGE: line 32: %%ss self-escape3
8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4
9 CONSOLE MESSAGE: line 34: %%%%% self-escape5
10 CONSOLE MESSAGE: line 35: %%%s self-escape6
11 CONSOLE MESSAGE: line 12: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
12 CONSOLE MESSAGE: line 13: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
13 CONSOLE MESSAGE: line 12: /foo\\bar\sbaz/i
14 CONSOLE MESSAGE: line 13: /foo\\bar\sbaz/i
15 CONSOLE MESSAGE: line 12: test
16 CONSOLE MESSAGE: line 13: test
17 CONSOLE MESSAGE: line 12: test named "test"
18 CONSOLE MESSAGE: line 13: test named "test"
19 CONSOLE MESSAGE: line 12: Error
20 CONSOLE MESSAGE: line 13: Error
21 CONSOLE MESSAGE: line 12: Error: my error message
22 CONSOLE MESSAGE: line 13: Error: my error message
23 CONSOLE MESSAGE: line 12: Error: my multiline
24 error message
25 CONSOLE MESSAGE: line 13: Error: my multiline
26 error message
27 CONSOLE MESSAGE: line 12: [object HTMLParagraphElement]
28 CONSOLE MESSAGE: line 13: [object HTMLParagraphElement]
29 CONSOLE MESSAGE: line 12: function () { return 1; }
30 CONSOLE MESSAGE: line 13: function () { return 1; }
31 CONSOLE MESSAGE: line 12: function () {
32         return 2;
33     }
34 CONSOLE MESSAGE: line 13: function () {
35         return 2;
36     }
37 CONSOLE MESSAGE: line 12: 0.12
38 CONSOLE MESSAGE: line 13: 0.12
39 CONSOLE MESSAGE: line 12: http://webkit.org/
40 CONSOLE MESSAGE: line 13: http://webkit.org/
41 CONSOLE MESSAGE: line 12: null
42 CONSOLE MESSAGE: line 13: 
43 CONSOLE MESSAGE: line 12: undefined
44 CONSOLE MESSAGE: line 13: 
45 CONSOLE MESSAGE: line 12: [object Attr]
46 CONSOLE MESSAGE: line 13: [object Attr]
47 CONSOLE MESSAGE: line 12: [object Attr]
48 CONSOLE MESSAGE: line 13: [object Attr]
49 CONSOLE MESSAGE: line 12: [object Attr]
50 CONSOLE MESSAGE: line 13: [object Attr]
51 CONSOLE MESSAGE: line 12: [object Object]
52 CONSOLE MESSAGE: line 13: [object Object]
53 CONSOLE MESSAGE: line 12: NaN
54 CONSOLE MESSAGE: line 13: NaN
55 CONSOLE MESSAGE: line 12: Infinity
56 CONSOLE MESSAGE: line 13: Infinity
57 CONSOLE MESSAGE: line 12: -Infinity
58 CONSOLE MESSAGE: line 13: -Infinity
59 CONSOLE MESSAGE: line 12: test,test2,,,test4,,,,,
60 CONSOLE MESSAGE: line 13: test,test2,,,test4,,,,,
61 CONSOLE MESSAGE: line 12: [object Object]
62 CONSOLE MESSAGE: line 13: [object Object]
63 CONSOLE MESSAGE: line 12: function () {}
64 CONSOLE MESSAGE: line 13: function () {}
65 CONSOLE MESSAGE: line 12: [object Object]
66 CONSOLE MESSAGE: line 13: [object Object]
67 CONSOLE MESSAGE: line 12: [object SVGSVGElement]
68 CONSOLE MESSAGE: line 13: [object SVGSVGElement]
69 CONSOLE MESSAGE: line 12: [object Object]
70 CONSOLE MESSAGE: line 13: [object Object]
71 CONSOLE MESSAGE: line 12: 0
72 CONSOLE MESSAGE: line 13: 0
73 CONSOLE MESSAGE: line 12: [object Object]
74 CONSOLE MESSAGE: line 13: [object Object]
75 CONSOLE MESSAGE: line 12: function Object() { [native code] }
76 CONSOLE MESSAGE: line 13: function Object() { [native code] }
77 CONSOLE MESSAGE: line 12: [object Object]
78 CONSOLE MESSAGE: line 13: [object Object]
79 CONSOLE MESSAGE: line 12: function ( /**/ foo/**/, /*/**/bar,
80     /**/baz) {}
81 CONSOLE MESSAGE: line 13: function ( /**/ foo/**/, /*/**/bar,
82     /**/baz) {}
83 CONSOLE MESSAGE: line 12: 42
84 CONSOLE MESSAGE: line 13: 42
85 CONSOLE MESSAGE: line 12: abc
86 CONSOLE MESSAGE: line 13: abc
87 CONSOLE MESSAGE: line 12: [object Uint16Array]
88 CONSOLE MESSAGE: line 13: [object Uint16Array]
89 CONSOLE MESSAGE: line 12: [object Text]
90 CONSOLE MESSAGE: line 13: [object Text]
91 CONSOLE MESSAGE: line 12: [object DOMException]
92 CONSOLE MESSAGE: line 13: [object DOMException]
93 CONSOLE MESSAGE: line 12: [object Uint8Array]
94 CONSOLE MESSAGE: line 13: [object Uint8Array]
95 CONSOLE MESSAGE: line 12: [object Uint8Array]
96 CONSOLE MESSAGE: line 13: [object Uint8Array]
97 Tests that console logging dumps proper messages.
99  console-format.html:21 Array[10]
100     0: "test"
101     1: "test2"
102     4: "test4"
103     foo: Object
104     length: 10
105     __proto__: Array[0]
106 console-format.html:22 Array[10]
107     0: "test"
108     1: "test2"
109     4: "test4"
110     foo: Object
111     length: 10
112     __proto__: Array[0]
113 console-format.html:23 Array[10]
114     0: "test"
115     1: "test2"
116     4: "test4"
117     foo: Object
118     length: 10
119     __proto__: Array[0]
120 console-format.html:24 Test for zero "0" in formatter
121 console-format.html:25 % self-escape1 dummy
122 console-format.html:26 %s self-escape2 dummy
123 console-format.html:27 %ss self-escape3 dummy
124 console-format.html:28 %sdummy%s self-escape4
125 console-format.html:29 %%% self-escape5 dummy
126 console-format.html:30 %dummy self-escape6
127 console-format.html:7 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
128 console-format.html:8 [/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\…?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i]
129     0: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
130     length: 1
131     __proto__: Array[0]
132 globals[0]
133 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
134 console-format.html:7 /foo\\bar\sbaz/i
135 console-format.html:8 [/foo\\bar\sbaz/i]
136     0: /foo\\bar\sbaz/i
137     length: 1
138     __proto__: Array[0]
139 globals[1]
140 /foo\\bar\sbaz/i
141 console-format.html:7 test
142 console-format.html:8 ["test"]
143 globals[2]
144 "test"
145 console-format.html:7 test named "test"
146 console-format.html:8 ["test named "test""]
147 globals[3]
148 "test named "test""
149 console-format.html:7 Error
150 console-format.html:8 [Error
152     0: Error
153     length: 1
154     __proto__: Array[0]
155 globals[4]
156 Error
157 console-format.html:7 Error: my error message
158 console-format.html:8 [Error: my error message
160     0: Error: my error message
161     length: 1
162     __proto__: Array[0]
163 globals[5]
164 Error: my error message
165 console-format.html:7 Error: my multiline
166 error message
167 console-format.html:8 [Error: my multiline
168 error message
170     0: Error: my multiline
171 error message
172     length: 1
173     __proto__: Array[0]
174 globals[6]
175 Error: my multiline
176 error message
177 console-format.html:7 
178     <p id="p">Tests that console logging dumps proper messages.</p>
179 console-format.html:8 [p#p]
180     0: p#p
181     length: 1
182     __proto__: Array[0]
183 globals[7]
184     <p id="p">Tests that console logging dumps proper messages.</p>
185 console-format.html:7 () { return 1; }
186 console-format.html:8 [function]
187     0: ()
188     length: 1
189     __proto__: Array[0]
190 globals[8]
191 () { return 1; }
192 console-format.html:7 () {
193         return 2;
194     }
195 console-format.html:8 [function]
196     0: ()
197     length: 1
198     __proto__: Array[0]
199 globals[9]
200 () {
201         return 2;
202     }
203 console-format.html:7 0.12
204 console-format.html:8 [0.12]
205 globals[10]
206 0.12
207 console-format.html:7 http://webkit.org/
208 console-format.html:8 ["http://webkit.org/"]
209 globals[11]
210 "http://webkit.org/"
211 console-format.html:7 null
212 console-format.html:8 [null]
213 globals[12]
214 null
215 console-format.html:7 undefined
216 console-format.html:8 [undefined]
217 globals[13]
218 undefined
219 console-format.html:7 
220     attr=""
221 console-format.html:8 [attr]
222     0: attr
223     length: 1
224     __proto__: Array[0]
225 globals[14]
226     attr=""
227 console-format.html:7 
228     attr="value"
229 console-format.html:8 [attr]
230     0: attr
231     length: 1
232     __proto__: Array[0]
233 globals[15]
234     attr="value"
235 console-format.html:7 
236     id="x"
237 console-format.html:8 [id]
238     0: id
239     length: 1
240     __proto__: Array[0]
241 globals[16]
242     id="x"
243 console-format.html:7 Object {}
244     length: (...)
245     get length: length()
246     __proto__: Object
247 console-format.html:8 [Object]
248     0: Object
249     length: 1
250     __proto__: Array[0]
251 globals[17]
252 Object {}
253     length: (...)
254     get length: length()
255     __proto__: Object
256 console-format.html:7 NaN
257 console-format.html:8 [NaN]
258 globals[18]
260 console-format.html:7 Infinity
261 console-format.html:8 [Infinity]
262 globals[19]
263 Infinity
264 console-format.html:7 -Infinity
265 console-format.html:8 [-Infinity]
266 globals[20]
267 -Infinity
268 console-format.html:7 ["test", "test2", 4: "test4", foo: Object]
269     0: "test"
270     1: "test2"
271     4: "test4"
272     foo: Object
273     length: 10
274     __proto__: Array[0]
275 console-format.html:8 [Array[10]]
276     0: Array[10]
277     length: 1
278     __proto__: Array[0]
279 globals[21]
280 ["test", "test2", undefined × 2, "test4", undefined × 5]
281 console-format.html:7 Object {}
282 console-format.html:8 [Object]
283     0: Object
284     length: 1
285     __proto__: Array[0]
286 globals[22]
287 Object {}
288 console-format.html:7 [function]
289     0: ()
290     length: 1
291     __proto__: Array[0]
292 console-format.html:8 [Array[1]]
293     0: Array[1]
294     length: 1
295     __proto__: Array[0]
296 globals[23]
297 [anonymous()]
298 console-format.html:7 Object {bar: "bar"}
299     bar: "bar"
300     __proto__: Object
301 console-format.html:8 [Object]
302     0: Object
303     length: 1
304     __proto__: Array[0]
305 globals[24]
306 Object {bar: "bar"}
307     bar: "bar"
308     __proto__: Object
309 console-format.html:7 
310     <svg id="svg-node"></svg>
311 console-format.html:8 [svg#svg-node]
312     0: svg#svg-node
313     length: 1
314     __proto__: Array[0]
315 globals[25]
316     <svg id="svg-node"></svg>
317 console-format.html:7 Object {}
318     bar: (...)
319     get bar: ()
320     set bar: (x)
321     getFoo: ()
322     __proto__: Object
323 console-format.html:8 [Object]
324     0: Object
325     length: 1
326     __proto__: Array[0]
327 globals[26]
328 Object {}
329     bar: (...)
330     get bar: ()
331     set bar: (x)
332     getFoo: ()
333     __proto__: Object
334 console-format.html:7 -0
335 console-format.html:8 [-0]
336 globals[27]
338 console-format.html:7 Object {}
339 console-format.html:8 [Object]
340     0: Object
341     length: 1
342     __proto__: Array[0]
343 globals[28]
344 Object {}
345 console-format.html:7 Object() { [native code] }
346 console-format.html:8 [function]
347     0: Object()
348     length: 1
349     __proto__: Array[0]
350 globals[29]
351 Object() { [native code] }
352 console-format.html:7 Object {}
353     __defineGetter__: __defineGetter__()
354     __defineSetter__: __defineSetter__()
355     __lookupGetter__: __lookupGetter__()
356     __lookupSetter__: __lookupSetter__()
357     constructor: Object()
358     hasOwnProperty: hasOwnProperty()
359     isPrototypeOf: isPrototypeOf()
360     propertyIsEnumerable: propertyIsEnumerable()
361     toLocaleString: toLocaleString()
362     toString: toString()
363     valueOf: valueOf()
364     get __proto__: get __proto__()
365     set __proto__: set __proto__()
366 console-format.html:8 [Object]
367     0: Object
368     length: 1
369     __proto__: Array[0]
370 globals[30]
371 Object {}
372     __defineGetter__: __defineGetter__()
373     __defineSetter__: __defineSetter__()
374     __lookupGetter__: __lookupGetter__()
375     __lookupSetter__: __lookupSetter__()
376     constructor: Object()
377     hasOwnProperty: hasOwnProperty()
378     isPrototypeOf: isPrototypeOf()
379     propertyIsEnumerable: propertyIsEnumerable()
380     toLocaleString: toLocaleString()
381     toString: toString()
382     valueOf: valueOf()
383     get __proto__: get __proto__()
384     set __proto__: set __proto__()
385 console-format.html:7 ( /**/ foo/**/, /*/**/bar,
386     /**/baz) {}
387 console-format.html:8 [function]
388     0: ( /**/ foo/**/, /*/**/bar,     /**/baz)
389     length: 1
390     __proto__: Array[0]
391 globals[31]
392 ( /**/ foo/**/, /*/**/bar,
393     /**/baz) {}
394 console-format.html:7 Number {[[PrimitiveValue]]: 42}
395 console-format.html:8 [Number]
396     0: Number
397     length: 1
398     __proto__: Array[0]
399 globals[32]
400 Number {[[PrimitiveValue]]: 42}
401 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
402 console-format.html:8 [String]
403     0: String
404     length: 1
405     __proto__: Array[0]
406 globals[33]
407 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
408 console-format.html:7 [1, 2, 3]
409 console-format.html:8 [Uint16Array[3]]
410     0: Uint16Array[3]
411     length: 1
412     __proto__: Array[0]
413 globals[34]
414 [1, 2, 3]
415 console-format.html:7 #text
416 console-format.html:8 [text]
417     0: text
418     length: 1
419     __proto__: Array[0]
420 globals[35]
421 #text
422 console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
423 console-format.html:8 [DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…]
424     0: DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
425     length: 1
426     __proto__: Array[0]
427 globals[36]
428 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
429 console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
430     [0 … 99]
431     [100 … 199]
432     [200 … 299]
433     [300 … 399]
434     foo: "bar"
435     __proto__: Uint8Array
436 console-format.html:8 [Uint8Array[400]]
437     0: Uint8Array[400]
438     length: 1
439     __proto__: Array[0]
440 globals[37]
441 Uint8Array[400]
442     [0 … 99]
443     [100 … 199]
444     [200 … 299]
445     [300 … 399]
446     foo: "bar"
447     __proto__: Uint8Array
448 console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
449     [0 … 99999999]
450     [100000000 … 199999999]
451     [200000000 … 299999999]
452     [300000000 … 399999999]
453     __proto__: Uint8Array
454 console-format.html:8 [Uint8Array[400000000]]
455     0: Uint8Array[400000000]
456     length: 1
457     __proto__: Array[0]
458 globals[38]
459 Uint8Array[400000000]
460     [0 … 99999999]
461     [100000000 … 199999999]
462     [200000000 … 299999999]
463     [300000000 … 399999999]
464     __proto__: Uint8Array