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

Unified Diff: LayoutTests/fast/workers/worker-console-log.html

Issue 562683003: Tidy up ConsoleMessage callstack inclusion, fix Worker console crashes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: LayoutTests/fast/workers/worker-console-log.html
diff --git a/LayoutTests/fast/workers/worker-console-log.html b/LayoutTests/fast/workers/worker-console-log.html
index 23c9ec06c0ef2586552b895d08f55b6a8e76a217..3066c1f6d7f8f327525f13c5d720dfeab49d68bb 100644
--- a/LayoutTests/fast/workers/worker-console-log.html
+++ b/LayoutTests/fast/workers/worker-console-log.html
@@ -30,8 +30,11 @@
console.warn("warn");
console.info("info");
console.debug("debug");
+ console.count("count");
+ console.time("time");
/*
// FIXME(slightlyoff): these aren't getting logged properly from here!
+ console.timeEnd("time");
console.assert(true);
console.assert(false);
console.markTimeline("markTimeline");

Powered by Google App Engine
This is Rietveld 408576698