| OLD | NEW |
| 1 Tests that Runtime.evaluate works with awaitPromise flag. | 1 Tests that Runtime.evaluate works with awaitPromise flag. |
| 2 | 2 |
| 3 Running test: testResolvedPromise | 3 Running test: testResolvedPromise |
| 4 { | 4 { |
| 5 id : <messageId> | 5 id : <messageId> |
| 6 result : { | 6 result : { |
| 7 result : { | 7 result : { |
| 8 description : 239 | 8 description : 239 |
| 9 type : number | 9 type : number |
| 10 value : 239 | 10 value : 239 |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 } | 13 } |
| 14 | 14 |
| 15 Running test: testRejectedPromise | 15 Running test: testRejectedPromise |
| 16 { | 16 { |
| 17 id : <messageId> | 17 id : <messageId> |
| 18 result : { | 18 result : { |
| 19 exceptionDetails : { | 19 exceptionDetails : { |
| 20 columnNumber : 0 | 20 columnNumber : 0 |
| 21 exception : { | 21 exception : { |
| 22 description : 239 | 22 description : 239 |
| 23 type : number | 23 type : number |
| 24 value : 239 | 24 value : 239 |
| 25 } | 25 } |
| 26 exceptionId : <exceptionId> | 26 exceptionId : <exceptionId> |
| 27 lineNumber : 0 | 27 lineNumber : 0 |
| 28 stackTrace : { | |
| 29 callFrames : [ | |
| 30 ] | |
| 31 } | |
| 32 text : Uncaught (in promise) | 28 text : Uncaught (in promise) |
| 33 } | 29 } |
| 34 result : { | 30 result : { |
| 35 description : 239 | 31 description : 239 |
| 36 type : number | 32 type : number |
| 37 value : 239 | 33 value : 239 |
| 38 } | 34 } |
| 39 } | 35 } |
| 40 } | 36 } |
| 41 | 37 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 scriptId : <scriptId> | 82 scriptId : <scriptId> |
| 87 text : Uncaught | 83 text : Uncaught |
| 88 } | 84 } |
| 89 result : { | 85 result : { |
| 90 description : 239 | 86 description : 239 |
| 91 type : number | 87 type : number |
| 92 value : 239 | 88 value : 239 |
| 93 } | 89 } |
| 94 } | 90 } |
| 95 } | 91 } |
| OLD | NEW |