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

Side by Side Diff: test/inspector/runtime/protocol-works-with-different-locale-expected.txt

Issue 2631553003: [inspector] console.timeEnd formats ms in the same way as JS formats double (Closed)
Patch Set: fixed protocol-works-with-different-locale test Created 3 years, 11 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
« no previous file with comments | « test/inspector/runtime/protocol-works-with-different-locale.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
1 Running test: consoleLogWithDefaultLocale 2 Running test: consoleLogWithDefaultLocale
2 { 3 {
3 method : Runtime.consoleAPICalled 4 method : Runtime.consoleAPICalled
4 params : { 5 params : {
5 args : [ 6 args : [
6 [0] : { 7 [0] : {
7 description : 239 8 description : 239
8 type : number 9 type : number
9 value : 239 10 value : 239
10 } 11 }
(...skipping 16 matching lines...) Expand all
27 } 28 }
28 29
29 Running test: consoleTimeWithCommaAsSeparator 30 Running test: consoleTimeWithCommaAsSeparator
30 set locale to fr_CA.UTF-8 (has comma as separator) 31 set locale to fr_CA.UTF-8 (has comma as separator)
31 { 32 {
32 method : Runtime.consoleAPICalled 33 method : Runtime.consoleAPICalled
33 params : { 34 params : {
34 args : [ 35 args : [
35 [0] : { 36 [0] : {
36 type : string 37 type : string
37 value : a: x.xms 38 value : a: 0.001ms
38 } 39 }
39 ] 40 ]
40 executionContextId : <executionContextId> 41 executionContextId : <executionContextId>
41 stackTrace : { 42 stackTrace : {
42 callFrames : [ 43 callFrames : [
43 [0] : { 44 [0] : {
44 columnNumber : 27 45 columnNumber : 8
45 functionName : 46 functionName :
46 lineNumber : 0 47 lineNumber : 0
47 scriptId : <scriptId> 48 scriptId : <scriptId>
48 url : 49 url :
49 } 50 }
50 ] 51 ]
51 } 52 }
52 timestamp : <timestamp> 53 timestamp : <timestamp>
53 type : debug 54 type : debug
54 } 55 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 timestamp : <timestamp> 111 timestamp : <timestamp>
111 type : log 112 type : log
112 } 113 }
113 } 114 }
114 { 115 {
115 method : Runtime.consoleAPICalled 116 method : Runtime.consoleAPICalled
116 params : { 117 params : {
117 args : [ 118 args : [
118 [0] : { 119 [0] : {
119 type : string 120 type : string
120 value : a: x.xms 121 value : a: 0.001ms
121 } 122 }
122 ] 123 ]
123 executionContextId : <executionContextId> 124 executionContextId : <executionContextId>
124 stackTrace : { 125 stackTrace : {
125 callFrames : [ 126 callFrames : [
126 [0] : { 127 [0] : {
127 columnNumber : 27 128 columnNumber : 8
128 functionName : 129 functionName :
129 lineNumber : 0 130 lineNumber : 0
130 scriptId : <scriptId> 131 scriptId : <scriptId>
131 url : 132 url :
132 } 133 }
133 ] 134 ]
134 } 135 }
135 timestamp : <timestamp> 136 timestamp : <timestamp>
136 type : debug 137 type : debug
137 } 138 }
138 } 139 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/protocol-works-with-different-locale.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698