Chromium Code Reviews| Index: test/inspector/runtime/console-memory-expected.txt |
| diff --git a/test/inspector/runtime/console-memory-expected.txt b/test/inspector/runtime/console-memory-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e0f6fca47d5e92c75cab3d18204fba951f4c5d72 |
| --- /dev/null |
| +++ b/test/inspector/runtime/console-memory-expected.txt |
| @@ -0,0 +1,45 @@ |
| +Checks console.memory |
| + |
| +Running test: testWithoutMemory |
| +{ |
| + id : <messageId> |
| + result : { |
| + result : { |
| + type : undefined |
| + } |
| + } |
| +} |
| + |
| +Running test: testSetterInStrictMode |
| +{ |
| + id : <messageId> |
| + result : { |
| + result : { |
| + type : undefined |
| + } |
| + } |
| +} |
| + |
| +Running test: testWithMemory |
| +{ |
| + id : <messageId> |
| + result : { |
| + result : { |
| + description : 239 |
| + type : number |
| + value : 239 |
| + } |
| + } |
| +} |
| + |
| +Running test: testSetterDoesntOverride |
| +{ |
| + id : <messageId> |
| + result : { |
| + result : { |
| + description : 42 |
| + type : number |
| + value : 42 |
| + } |
| + } |
| +} |