| OLD | NEW |
| 1 CONSOLE ERROR: Uncaught (in promise) 239 | 1 CONSOLE ERROR: Uncaught (in promise) 239 |
| 2 Tests that Runtime.evaluate works with awaitPromise flag. | 2 Tests that Runtime.evaluate works with awaitPromise flag. |
| 3 | 3 |
| 4 Running test: testResolvedPromise | 4 Running test: testResolvedPromise |
| 5 { | 5 { |
| 6 result : { | 6 result : { |
| 7 description : 239 | 7 description : 239 |
| 8 type : number | 8 type : number |
| 9 value : 239 | 9 value : 239 |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 | 12 |
| 13 Running test: testRejectedPromise | 13 Running test: testRejectedPromise |
| 14 { | 14 { |
| 15 exceptionDetails : { | 15 exceptionDetails : { |
| 16 columnNumber : 0 | 16 columnNumber : 0 |
| 17 exception : { | 17 exception : { |
| 18 description : 239 | 18 description : 239 |
| 19 objectId : 0 | 19 objectId : 0 |
| 20 type : number | 20 type : number |
| 21 value : 239 | 21 value : 239 |
| 22 } | 22 } |
| 23 exceptionId : 0 | 23 exceptionId : 0 |
| 24 lineNumber : 0 | 24 lineNumber : 0 |
| 25 scriptId : | 25 scriptId : |
| 26 stackTrace : { | |
| 27 callFrames : [ | |
| 28 ] | |
| 29 } | |
| 30 text : Uncaught (in promise) | 26 text : Uncaught (in promise) |
| 31 } | 27 } |
| 32 result : { | 28 result : { |
| 33 description : 239 | 29 description : 239 |
| 34 type : number | 30 type : number |
| 35 value : 239 | 31 value : 239 |
| 36 } | 32 } |
| 37 } | 33 } |
| 38 | 34 |
| 39 Running test: testPrimitiveValueInsteadOfPromise | 35 Running test: testPrimitiveValueInsteadOfPromise |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 scriptId : | 69 scriptId : |
| 74 text : Uncaught | 70 text : Uncaught |
| 75 } | 71 } |
| 76 result : { | 72 result : { |
| 77 description : 239 | 73 description : 239 |
| 78 type : number | 74 type : number |
| 79 value : 239 | 75 value : 239 |
| 80 } | 76 } |
| 81 } | 77 } |
| 82 | 78 |
| OLD | NEW |