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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open.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-log-before-inspector-open.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open.html b/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open.html
index 4a0042ae9d9d0682a7927964d1693ea028bd3ed2..9316bc20973783b3d5a4fe440cfb7f74320fcd93 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open.html
@@ -5,7 +5,6 @@
<script>
console.log('log');
-console.debug('debug');
console.info('info');
console.warn('warn');
console.error('error');

Powered by Google App Engine
This is Rietveld 408576698