Chromium Code Reviews| Index: test/inspector/runtime/property-on-console-proto-expected.txt |
| diff --git a/test/inspector/runtime/property-on-console-proto-expected.txt b/test/inspector/runtime/property-on-console-proto-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7fbadb44eee06dc3c3fc3dd8a58ab21c5f53e70 |
| --- /dev/null |
| +++ b/test/inspector/runtime/property-on-console-proto-expected.txt |
| @@ -0,0 +1,12 @@ |
| +Tests that property defined on console.__proto__ doesn't observable on other Objects. |
| +{ |
| + id : 0 |
| + result : { |
| + result : { |
| + description : 0 |
| + type : number |
| + value : 0 |
| + } |
| + } |
| +} |
| + |