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

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

Issue 2666013002: DevTools: render console filter in the main console toolbar. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 11 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-filter-test.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-filter-test.html b/third_party/WebKit/LayoutTests/inspector/console/console-filter-test.html
index f47c9a0f112a9127f63b85a7b553113a4b9bd26d..ab8389a7527b979b2e6c45a44b321890009cce54 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-filter-test.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-filter-test.html
@@ -101,6 +101,7 @@ function test()
function checkTextFilter(next)
{
Console.ConsoleView.instance()._filter._textFilterUI.setValue("outer");
+ Console.ConsoleView.instance()._filter._textFilterChanged();
dumpVisibleMessages();
next();
},

Powered by Google App Engine
This is Rietveld 408576698