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

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

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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 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...) Expand 10 before | Expand all | Expand 10 after
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
« no previous file with comments | « test/inspector/runtime/console-line-and-column.js ('k') | test/inspector/runtime/console-log-doesnt-run-microtasks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698