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

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

Issue 23692002: DevTools: Dump function location when printing it in console and support inspect() for functions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed test Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 20: test,test2,,,test4,,,,, 1 CONSOLE MESSAGE: line 20: test,test2,,,test4,,,,,
2 CONSOLE MESSAGE: line 21: %o 2 CONSOLE MESSAGE: line 21: %o
3 CONSOLE MESSAGE: line 22: %O 3 CONSOLE MESSAGE: line 22: %O
4 CONSOLE MESSAGE: line 23: Test for zero "%f" in formatter 4 CONSOLE MESSAGE: line 23: Test for zero "%f" in formatter
5 CONSOLE MESSAGE: line 54: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i 5 CONSOLE MESSAGE: line 54: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i
6 CONSOLE MESSAGE: line 55: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i 6 CONSOLE MESSAGE: line 55: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i
7 CONSOLE MESSAGE: line 54: /foo\\bar\sbaz/i 7 CONSOLE MESSAGE: line 54: /foo\\bar\sbaz/i
8 CONSOLE MESSAGE: line 55: /foo\\bar\sbaz/i 8 CONSOLE MESSAGE: line 55: /foo\\bar\sbaz/i
9 CONSOLE MESSAGE: line 54: test 9 CONSOLE MESSAGE: line 54: test
10 CONSOLE MESSAGE: line 55: test 10 CONSOLE MESSAGE: line 55: test
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 [Error] console-format.html:55 80 [Error] console-format.html:55
81 globals[4] 81 globals[4]
82 Error {} 82 Error {}
83 <p id="p">Tests that console logging dumps proper messages.</p> console-format.h tml:54 83 <p id="p">Tests that console logging dumps proper messages.</p> console-format.h tml:54
84 [p#p] console-format.html:55 84 [p#p] console-format.html:55
85 globals[5] 85 globals[5]
86 <p id="p">Tests that console logging dumps proper messages.</p> 86 <p id="p">Tests that console logging dumps proper messages.</p>
87 function () { return 1; } console-format.html:54 87 function () { return 1; } console-format.html:54
88 [function] console-format.html:55 88 [function] console-format.html:55
89 globals[6] 89 globals[6]
90 function () { return 1; } 90 function () { return 1; } console-format.html:31
91 function () { 91 function () {
92 return 2; 92 return 2;
93 } console-format.html:54 93 } console-format.html:54
94 [function] console-format.html:55 94 [function] console-format.html:55
95 globals[7] 95 globals[7]
96 function () { 96 function () {
97 return 2; 97 return 2;
98 } 98 } console-format.html:32
99 0.12 console-format.html:54 99 0.12 console-format.html:54
100 [0.12] console-format.html:55 100 [0.12] console-format.html:55
101 globals[8] 101 globals[8]
102 0.12 102 0.12
103 http://webkit.org/ console-format.html:54 103 http://webkit.org/ console-format.html:54
104 ["http://webkit.org/"] console-format.html:55 104 ["http://webkit.org/"] console-format.html:55
105 globals[9] 105 globals[9]
106 "http://webkit.org/" 106 "http://webkit.org/"
107 null console-format.html:54 107 null console-format.html:54
108 [null] console-format.html:55 108 [null] console-format.html:55
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 [function () {}] 154 [function () {}]
155 Object {bar: "bar", foo: "foo"} console-format.html:54 155 Object {bar: "bar", foo: "foo"} console-format.html:54
156 [Object] console-format.html:55 156 [Object] console-format.html:55
157 globals[22] 157 globals[22]
158 Object {bar: "bar", foo: "foo"} 158 Object {bar: "bar", foo: "foo"}
159 <svg id="svg-node"></svg> console-format.html:54 159 <svg id="svg-node"></svg> console-format.html:54
160 [svg#svg-node] console-format.html:55 160 [svg#svg-node] console-format.html:55
161 globals[23] 161 globals[23]
162 <svg id="svg-node"></svg> 162 <svg id="svg-node"></svg>
163 163
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698