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"); |