| Index: third_party/WebKit/LayoutTests/inspector/console/console-tests.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-tests.html b/third_party/WebKit/LayoutTests/inspector/console/console-tests.html
|
| index 49c1b61a52e98b9b994a96d6d0fe649fe933f522..d4b1600501454d4e270afe9c9577f4a955401b8d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-tests.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-tests.html
|
| @@ -42,6 +42,7 @@ function onload()
|
|
|
| function test()
|
| {
|
| + Common.settings.settingForTest('messageLevelFilters2').set(SDK.ConsoleMessage.MessageLevel.Verbose);
|
| InspectorTest.dumpConsoleMessagesWithClasses();
|
| InspectorTest.completeTest();
|
| }
|
|
|