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

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

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 3 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
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 globals[1] 115 globals[1]
116 /foo\\bar\sbaz/i 116 /foo\\bar\sbaz/i
117 console-format.html:7 test 117 console-format.html:7 test
118 console-format.html:8 ["test"] 118 console-format.html:8 ["test"]
119 globals[2] 119 globals[2]
120 "test" 120 "test"
121 console-format.html:7 test named "test" 121 console-format.html:7 test named "test"
122 console-format.html:8 ["test named "test""] 122 console-format.html:8 ["test named "test""]
123 globals[3] 123 globals[3]
124 "test named "test"" 124 "test named "test""
125 console-format.html:7 Error(…) 125 console-format.html:7 Error
126 console-format.html:8 [Error 126 console-format.html:8 [Error
127 ] 127 ]
128 globals[4] 128 globals[4]
129 Error(…) 129 Error
130 console-format.html:7 Error: my error message(…) 130 console-format.html:7 Error: my error message
131 console-format.html:8 [Error: my error message 131 console-format.html:8 [Error: my error message
132 ] 132 ]
133 globals[5] 133 globals[5]
134 Error: my error message(…) 134 Error: my error message
135 console-format.html:7 Error: my multiline(…) 135 console-format.html:7 Error: my multiline
136 error message
136 console-format.html:8 [Error: my multiline 137 console-format.html:8 [Error: my multiline
137 error message 138 error message
138 ] 139 ]
139 globals[6] 140 globals[6]
140 Error: my multiline(…) 141 Error: my multiline
142 error message
141 console-format.html:7 143 console-format.html:7
142 <p id="p">Tests that console logging dumps proper messages.</p> 144 <p id="p">Tests that console logging dumps proper messages.</p>
143 console-format.html:8 [p#p] 145 console-format.html:8 [p#p]
144 globals[7] 146 globals[7]
145 <p id="p">Tests that console logging dumps proper messages.</p> 147 <p id="p">Tests that console logging dumps proper messages.</p>
146 console-format.html:7 () { return 1; } 148 console-format.html:7 () { return 1; }
147 console-format.html:8 [function] 149 console-format.html:8 [function]
148 globals[8] 150 globals[8]
149 () { return 1; } 151 () { return 1; }
150 console-format.html:7 () { 152 console-format.html:7 () {
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 length: 1 713 length: 1
712 __proto__: Array[0] 714 __proto__: Array[0]
713 globals[38] 715 globals[38]
714 Uint8Array[400000000] 716 Uint8Array[400000000]
715 [0 … 99999999] 717 [0 … 99999999]
716 [100000000 … 199999999] 718 [100000000 … 199999999]
717 [200000000 … 299999999] 719 [200000000 … 299999999]
718 [300000000 … 399999999] 720 [300000000 … 399999999]
719 __proto__: TypedArray 721 __proto__: TypedArray
720 722
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698