Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector-protocol/console/console-memory-setter-in-strict-mode-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-memory-setter-in-strict-mode-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-memory-setter-in-strict-mode-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3b57d3420b68aed594aba4b3289e5fc95e03d4c1 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-memory-setter-in-strict-mode-expected.txt |
| @@ -0,0 +1,11 @@ |
| +Tests checks that console.memory property can be set in strict mode (crbug.com/468611). |
| +{ |
| + id : 0 |
| + result : { |
| + result : { |
| + type : undefined |
| + } |
| + wasThrown : false |
| + } |
| +} |
| + |