| Index: third_party/WebKit/LayoutTests/inspector/console/console-format.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format.html b/third_party/WebKit/LayoutTests/inspector/console/console-format.html
|
| index 0196ca94be0e8c772c1c1087beb823551db7cdc5..c1f397996cc8466d9e9e7e294bde8066ecbdffb2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format.html
|
| @@ -114,6 +114,8 @@ function test()
|
|
|
| function onRemoteObjectsLoaded()
|
| {
|
| + InspectorTest.dumpConsoleMessagesIgnoreErrorStackFrames();
|
| + InspectorTest.addResult("Expanded all messages");
|
| InspectorTest.expandConsoleMessages(InspectorTest.expandConsoleMessagesErrorParameters.bind(this, finish), undefined, function(section) { return section.element.firstChild.textContent !== "#text"; });
|
| }
|
|
|
|
|