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

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

Issue 2384373002: [inspector] introduced exceptionThrown support in test runner (Closed)
Patch Set: addressed comments Created 4 years, 2 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/protocol-test.js ('k') | test/inspector/runtime/exception-thrown.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 { 1 {
2 method : Runtime.consoleAPICalled 2 method : Runtime.consoleAPICalled
3 params : { 3 params : {
4 args : [ 4 args : [
5 [0] : { 5 [0] : {
6 description : 239 6 description : 239
7 type : number 7 type : number
8 value : 239 8 value : 239
9 } 9 }
10 ] 10 ]
11 executionContextId : 1 11 executionContextId : <executionContextId>
12 stackTrace : { 12 stackTrace : {
13 callFrames : [ 13 callFrames : [
14 [0] : { 14 [0] : {
15 columnNumber : 8 15 columnNumber : 8
16 functionName : 16 functionName :
17 lineNumber : 0 17 lineNumber : 0
18 scriptId : <scriptId> 18 scriptId : <scriptId>
19 url : 19 url :
20 } 20 }
21 ] 21 ]
22 } 22 }
23 timestamp : <timestamp> 23 timestamp : <timestamp>
24 type : log 24 type : log
25 } 25 }
26 } 26 }
27 { 27 {
28 method : Runtime.consoleAPICalled 28 method : Runtime.consoleAPICalled
29 params : { 29 params : {
30 args : [ 30 args : [
31 [0] : { 31 [0] : {
32 description : 239 32 description : 239
33 type : number 33 type : number
34 value : 239 34 value : 239
35 } 35 }
36 ] 36 ]
37 executionContextId : 1 37 executionContextId : <executionContextId>
38 stackTrace : { 38 stackTrace : {
39 callFrames : [ 39 callFrames : [
40 [0] : { 40 [0] : {
41 columnNumber : 2 41 columnNumber : 2
42 functionName : 42 functionName :
43 lineNumber : 1 43 lineNumber : 1
44 scriptId : <scriptId> 44 scriptId : <scriptId>
45 url : 45 url :
46 } 46 }
47 ] 47 ]
48 } 48 }
49 timestamp : <timestamp> 49 timestamp : <timestamp>
50 type : log 50 type : log
51 } 51 }
52 } 52 }
OLDNEW
« no previous file with comments | « test/inspector/protocol-test.js ('k') | test/inspector/runtime/exception-thrown.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698