Chromium Code Reviews| Index: test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt |
| diff --git a/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt b/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..65dfc1b9e2b4749f986dda5f49d0c7abf2d6d63c |
| --- /dev/null |
| +++ b/test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt |
| @@ -0,0 +1,35 @@ |
| +Checks that Runtime.evaluate works with dirty context. |
| +{ |
| + method : Runtime.consoleAPICalled |
| + params : { |
| + args : [ |
| + [0] : { |
| + description : 42 |
| + type : number |
| + value : 42 |
| + } |
| + ] |
| + executionContextId : <executionContextId> |
| + stackTrace : { |
| + callFrames : [ |
| + [0] : { |
| + columnNumber : 8 |
| + functionName : |
| + lineNumber : 0 |
| + scriptId : <scriptId> |
| + url : |
| + } |
| + ] |
| + } |
| + timestamp : <timestamp> |
| + type : log |
| + } |
| +} |
| +{ |
| + id : <messageId> |
| + result : { |
| + result : { |
| + type : undefined |
| + } |
| + } |
| +} |