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

Unified Diff: test/inspector/runtime/console-api-repeated-in-console.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-api-repeated-in-console.js
diff --git a/test/inspector/runtime/console-api-repeated-in-console.js b/test/inspector/runtime/console-api-repeated-in-console.js
index f7de071654eac58af566c95d7bf42ebfdd2848bf..aafdbdefd973cc2ab8b1babe6867acae07617199 100644
--- a/test/inspector/runtime/console-api-repeated-in-console.js
+++ b/test/inspector/runtime/console-api-repeated-in-console.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.log("Check that console.log is reported through Console domain as well.");
+let {session, contextGroup, Protocol} = InspectorTest.start("Check that console.log is reported through Console domain as well.");
var expectedMessages = 4;
var messages = [];

Powered by Google App Engine
This is Rietveld 408576698