| Index: third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-5-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-5-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-5-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cb02b6287a209317317cf7b4432e315d43adbd23
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-5-expected.txt
|
| @@ -0,0 +1,30 @@
|
| +Verify javascript outline
|
| +
|
| +
|
| +Running: testComputedProperty
|
| +Text:
|
| + a.b[c] = function() { };
|
| +Outline:
|
| +
|
| +Running: testComputedPropertyInTheMiddle
|
| +Text:
|
| + a.b[c].d = function() { };
|
| +Outline:
|
| + d():0:0
|
| +
|
| +Running: testComputedPropertyForExpression
|
| +Text:
|
| + (a || b).c = function() { };
|
| +Outline:
|
| + c():0:0
|
| +
|
| +Running: testPropertyStringLiteral
|
| +Text:
|
| + var foo = { "bar": function() { }}
|
| +Outline:
|
| +
|
| +Running: testPropertyNumberLiteral
|
| +Text:
|
| + var foo = { 42: function() { }}
|
| +Outline:
|
| +
|
|
|