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

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

Issue 2037593004: [DevTools] Remove unnecessary knowledge about console from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test Created 4 years, 6 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-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-time.html b/third_party/WebKit/LayoutTests/inspector/console/console-time.html
index 24762f4173897d35e4b448e48345bc956d4b3b6f..a1549db8ac27f4bdac3bdc48dc977f669f2473ff 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-time.html
@@ -4,6 +4,8 @@
<script src="../../http/tests/inspector/console-test.js"></script>
<script>
+testRunner.setDumpConsoleMessages(false);
+
function testFunction()
{
console.time();

Powered by Google App Engine
This is Rietveld 408576698