Chromium Code Reviews

Side by Side Diff: test/inspector/runtime/console-line-and-column-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 Tests line and column numbers in console messages
1 { 2 {
2 method : Runtime.consoleAPICalled 3 method : Runtime.consoleAPICalled
3 params : { 4 params : {
4 args : [ 5 args : [
5 [0] : { 6 [0] : {
6 description : 239 7 description : 239
7 type : number 8 type : number
8 value : 239 9 value : 239
9 } 10 }
10 ] 11 ]
(...skipping 31 matching lines...)
42 functionName : 43 functionName :
43 lineNumber : 1 44 lineNumber : 1
44 scriptId : <scriptId> 45 scriptId : <scriptId>
45 url : 46 url :
46 } 47 }
47 ] 48 ]
48 } 49 }
49 timestamp : <timestamp> 50 timestamp : <timestamp>
50 type : log 51 type : log
51 } 52 }
52 } 53 }
OLDNEW

Powered by Google App Engine