Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-proxy.html

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698