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

Unified Diff: LayoutTests/fast/workers/shared-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
« no previous file with comments | « no previous file | LayoutTests/fast/workers/worker-console-log.html » ('j') | Source/core/frame/ConsoleBase.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/workers/shared-worker-console-log.html
diff --git a/LayoutTests/fast/workers/shared-worker-console-log.html b/LayoutTests/fast/workers/shared-worker-console-log.html
index b05a9a9efddbc7c4953b2d34b78591574af285e9..bf9bc9e21e9bf537fec2ef8a821ce0e7d153498e 100644
--- a/LayoutTests/fast/workers/shared-worker-console-log.html
+++ b/LayoutTests/fast/workers/shared-worker-console-log.html
@@ -34,8 +34,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");
« no previous file with comments | « no previous file | LayoutTests/fast/workers/worker-console-log.html » ('j') | Source/core/frame/ConsoleBase.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698