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

Unified Diff: test/inspector/runtime/console-timestamp.js

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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: test/inspector/runtime/console-timestamp.js
diff --git a/test/inspector/runtime/console-timestamp.js b/test/inspector/runtime/console-timestamp.js
index 0dceaed23faa35ae4affefa91025421e40358537..46ee76f925c63bf53d8dd84da46abcad6a20fe57 100644
--- a/test/inspector/runtime/console-timestamp.js
+++ b/test/inspector/runtime/console-timestamp.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests timestamps in console');
+
var messages = [];
function messageAdded(data)
« no previous file with comments | « test/inspector/runtime/console-time-end-format.js ('k') | test/inspector/runtime/console-timestamp-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698