Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f12f471af9b7459c0a024130ad787ce1e5ef12e9 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt |
| @@ -0,0 +1,9 @@ |
| +Verify javascript outline |
| + |
| + |
| +Running: testClassAsProperty |
| +Text: |
| + var foo = { 42: class { }}; |
| +Outline: |
| + class 42:0:12 |
|
dgozman
2017/03/24 23:07:30
let's instead support { abc: class }
lushnikov
2017/03/25 06:38:34
Done.
|
| + |