| 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..b936ab8790c186cf2e3efd83a3878a3335f9ceb1
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +Verify javascript outline
|
| +
|
| +
|
| +Running: testClassAsNumberLiteralProperty
|
| +Text:
|
| + var foo = { 42: class { }};
|
| +Outline:
|
| +
|
| +Running: testClassAsStringLiteralProperty
|
| +Text:
|
| + var foo = { "foo": class { }};
|
| +Outline:
|
| +
|
| +Running: testClassAsIdentifierProperty
|
| +Text:
|
| + var foo = { foo: class { }};
|
| +Outline:
|
| + class foo:0:12
|
| +
|
|
|