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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js

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-worklet-script.js
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js b/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js
index 43b144bb3824a61d6435a9dd719c6ae5a16af435..8223cd64a63cf7067b8a3ca28ef85b84197b3b74 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js
@@ -1,4 +1,3 @@
-console.debug('Debug');
console.info('Information');
console.log('Log');
console.warn('Warning');

Powered by Google App Engine
This is Rietveld 408576698