| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2.html
|
| index d91417902b23b9d6f00419f994b128b131352cc8..46809892f81524dc301c45a480fd4b861ea72134 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2.html
|
| @@ -47,13 +47,15 @@ function test()
|
| {
|
| var next = current + 1;
|
| if (next == total.description)
|
| - InspectorTest.expandConsoleMessages(finish);
|
| + finish();
|
| else
|
| loopOverGlobals(next, total);
|
| }
|
|
|
| function finish()
|
| {
|
| + InspectorTest.dumpConsoleMessages(false, false, InspectorTest.textContentWithLineBreaks);
|
| + InspectorTest.addResult("Expanded all messages");
|
| InspectorTest.expandConsoleMessages(dumpConsoleMessages);
|
| }
|
|
|
|
|