| OLD | NEW |
| 1 CONSOLE ERROR: Uncaught (in promise) #<Object> | 1 CONSOLE ERROR: Uncaught (in promise) #<Object> |
| 2 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl
ag. | 2 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl
ag. |
| 3 | 3 |
| 4 Running test: testRunAndCompileWithoutAgentEnable | 4 Running test: testRunAndCompileWithoutAgentEnable |
| 5 { | 5 { |
| 6 code : 0 | 6 code : 0 |
| 7 message : Runtime agent is not enabled | 7 message : Runtime agent is not enabled |
| 8 } | 8 } |
| 9 { | 9 { |
| 10 code : 0 | 10 code : 0 |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 columnNumber : 0 | 135 columnNumber : 0 |
| 136 exception : { | 136 exception : { |
| 137 objectId : 0 | 137 objectId : 0 |
| 138 type : object | 138 type : object |
| 139 value : { | 139 value : { |
| 140 a : 1 | 140 a : 1 |
| 141 } | 141 } |
| 142 } | 142 } |
| 143 exceptionId : 0 | 143 exceptionId : 0 |
| 144 lineNumber : 0 | 144 lineNumber : 0 |
| 145 stackTrace : { | |
| 146 callFrames : [ | |
| 147 ] | |
| 148 } | |
| 149 text : Uncaught (in promise) | 145 text : Uncaught (in promise) |
| 150 } | 146 } |
| 151 result : { | 147 result : { |
| 152 type : object | 148 type : object |
| 153 value : { | 149 value : { |
| 154 a : 1 | 150 a : 1 |
| 155 } | 151 } |
| 156 } | 152 } |
| 157 } | 153 } |
| 158 | 154 |
| OLD | NEW |