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

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

Issue 1953653002: [DevTools] Remove warning note for proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-completion-for-proxy
Patch Set: Created 4 years, 7 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 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);

Powered by Google App Engine
This is Rietveld 408576698