Chromium Code Reviews| 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 1371e6c8f0adb9e4acb75d5aec1b1583e4159865..9352c979f5e5fb23afdfa65bd96cab401223c95e 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, "info-note"); |
|
lushnikov
2016/07/30 00:29:49
do we ever check for info-note now?
luoe
2016/07/30 01:46:37
Yes, 2 other places.
- Further down in this file,
|
| InspectorTest.dumpConsoleMessages(false, true); |
| InspectorTest.evaluateInPage("window.accessedGet", dumpAccessedGetAndExpand); |