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

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

Issue 2562793002: Rebaseline after V8 roll for consolobject preview changes (Closed)
Patch Set: Created 4 years 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
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 [function] 218 [function]
219 console-format.html:7 Object {bar: "bar"} 219 console-format.html:7 Object {bar: "bar"}
220 console-format.html:8 [Object] 220 console-format.html:8 [Object]
221 globals[24] 221 globals[24]
222 Object {bar: "bar"} 222 Object {bar: "bar"}
223 console-format.html:7 223 console-format.html:7
224 <svg id="svg-node"></svg> 224 <svg id="svg-node"></svg>
225 console-format.html:8 [svg#svg-node] 225 console-format.html:8 [svg#svg-node]
226 globals[25] 226 globals[25]
227 <svg id="svg-node"></svg> 227 <svg id="svg-node"></svg>
228 console-format.html:7 Object {} 228 console-format.html:7 Object {getFoo: function}
229 console-format.html:8 [Object] 229 console-format.html:8 [Object]
230 globals[26] 230 globals[26]
231 Object {} 231 Object {getFoo: function}
232 console-format.html:7 -0 232 console-format.html:7 -0
233 console-format.html:8 [-0] 233 console-format.html:8 [-0]
234 globals[27] 234 globals[27]
235 -0 235 -0
236 console-format.html:7 Object {} 236 console-format.html:7 Object {}
237 console-format.html:8 [Object] 237 console-format.html:8 [Object]
238 globals[28] 238 globals[28]
239 Object {} 239 Object {}
240 console-format.html:7 function Object() { [native code] } 240 console-format.html:7 function Object() { [native code] }
241 console-format.html:8 [function] 241 console-format.html:8 [function]
242 globals[29] 242 globals[29]
243 function Object() { [native code] } 243 function Object() { [native code] }
244 console-format.html:7 Object {} 244 console-format.html:7 Object {__defineGetter__: function, __defineSetter__: func tion, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: fu nction…}
kozy 2016/12/08 19:23:15 I don't like this change :( Are these functions st
245 console-format.html:8 [Object] 245 console-format.html:8 [Object]
246 globals[30] 246 globals[30]
247 Object {} 247 Object {__defineGetter__: function, __defineSetter__: function, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: function…}
248 console-format.html:7 function ( /**/ foo/**/, /*/**/bar, 248 console-format.html:7 function ( /**/ foo/**/, /*/**/bar,
249 /**/baz) {} 249 /**/baz) {}
250 console-format.html:8 [function] 250 console-format.html:8 [function]
251 globals[31] 251 globals[31]
252 function ( /**/ foo/**/, /*/**/bar, 252 function ( /**/ foo/**/, /*/**/bar,
253 /**/baz) {} 253 /**/baz) {}
254 console-format.html:7 Number {[[PrimitiveValue]]: 42} 254 console-format.html:7 Number {[[PrimitiveValue]]: 42}
255 console-format.html:8 [Number] 255 console-format.html:8 [Number]
256 globals[32] 256 globals[32]
257 Number {[[PrimitiveValue]]: 42} 257 Number {[[PrimitiveValue]]: 42}
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 length: 1 713 length: 1
714 __proto__: Array(0) 714 __proto__: Array(0)
715 globals[38] 715 globals[38]
716 Uint8Array(400000000) 716 Uint8Array(400000000)
717 [0 … 99999999] 717 [0 … 99999999]
718 [100000000 … 199999999] 718 [100000000 … 199999999]
719 [200000000 … 299999999] 719 [200000000 … 299999999]
720 [300000000 … 399999999] 720 [300000000 … 399999999]
721 __proto__: TypedArray 721 __proto__: TypedArray
722 722
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698