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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)
Patch Set: rebase again 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-on-paint-worklet.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html
index 0f93086645f28cfb325ed9f5036f98dc1119b3fd..3565c06c772ed8985ac7e72c06fe5101422e3f34 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html
@@ -10,7 +10,7 @@ function importWorklet()
function test()
{
- InspectorTest.waitForConsoleMessages(4, finish);
+ InspectorTest.waitForConsoleMessages(3, finish);
InspectorTest.evaluateInPage("importWorklet();");
function finish()

Powered by Google App Engine
This is Rietveld 408576698