| Index: third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html b/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| index 3a91b1122cfc2395b32cb277e3dac1cc8af0aa5b..1371e6c8f0adb9e4acb75d5aec1b1583e4159865 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-proxy.html
|
| @@ -33,7 +33,6 @@ function test()
|
| var consoleView = WebInspector.ConsoleView.instance();
|
| consoleView._viewport.invalidate()
|
| var element = consoleView._visibleViewMessages[0].contentElement();
|
| - dumpNoteVisible(element, "warning-note");
|
| dumpNoteVisible(element, "info-note");
|
|
|
| InspectorTest.dumpConsoleMessages(false, true);
|
| @@ -49,7 +48,6 @@ function test()
|
| function dumpExpandedConsoleMessages()
|
| {
|
| var element = WebInspector.ConsoleView.instance()._visibleViewMessages[0].contentElement();
|
| - dumpNoteVisible(element, "warning-note");
|
| dumpNoteVisible(element, "info-note");
|
|
|
| InspectorTest.dumpConsoleMessages(false, true);
|
|
|