| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| index 7ca8fe2582d4998e998aaca41564eeee4714dcb1..6173369b65bb81ff0e85d3a35eaf99764f46b0f7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| @@ -70,13 +70,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);
|
| }
|
|
|
|
|