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

Unified Diff: test/inspector/runtime/console-line-and-column.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-line-and-column.js
diff --git a/test/inspector/runtime/console-line-and-column.js b/test/inspector/runtime/console-line-and-column.js
index fe5c24f27cbaf134e1f2aca409fbefc98f49d4cc..e7011ebb19d76400d1a7ee6f8b5ec7cee919bdde 100644
--- a/test/inspector/runtime/console-line-and-column.js
+++ b/test/inspector/runtime/console-line-and-column.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 line and column numbers in console messages');
+
Protocol.Runtime.enable();
addConsoleMessagePromise("console.log(239)")

Powered by Google App Engine
This is Rietveld 408576698