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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt
index 066636c180b7923a333dab80ccc6b6f338c2be9f..286caba89576c4e159c2f0ec88d63f72b21d5414 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt
@@ -1,13 +1,11 @@
-CONSOLE DEBUG: line 1: Debug
-CONSOLE MESSAGE: line 2: Information
-CONSOLE MESSAGE: line 3: Log
-CONSOLE WARNING: line 4: Warning
+CONSOLE MESSAGE: line 1: Information
+CONSOLE MESSAGE: line 2: Log
+CONSOLE WARNING: line 3: Warning
Tests console output from PaintWorklet.
-Message count: 4
-console-worklet-script.js:1 Debug
-console-worklet-script.js:2 Information
-console-worklet-script.js:3 Log
-console-worklet-script.js:4 Warning
-(anonymous) @ console-worklet-script.js:4
+Message count: 3
+console-worklet-script.js:1 Information
+console-worklet-script.js:2 Log
+console-worklet-script.js:3 Warning
+(anonymous) @ console-worklet-script.js:3

Powered by Google App Engine
This is Rietveld 408576698