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

Unified Diff: test/inspector/runtime/client-console-api-message.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/client-console-api-message.js
diff --git a/test/inspector/runtime/client-console-api-message.js b/test/inspector/runtime/client-console-api-message.js
index 877165c1c403707380dd17ed458da24c983b3ba9..15838fa48977b376b58472bbb8b0652d0767e33e 100644
--- a/test/inspector/runtime/client-console-api-message.js
+++ b/test/inspector/runtime/client-console-api-message.js
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.log('Checks that we passed correct arguments in ' +
+let {session, contextGroup, Protocol} = InspectorTest.start('Checks that we passed correct arguments in ' +
'V8InspectorClient::consoleAPIMessage. Note: lines and columns are 1-based.');
-InspectorTest.addScript(`
+contextGroup.addScript(`
function consoleTrace() {
function a() {
function b() {
« no previous file with comments | « test/inspector/runtime/clear-of-command-line-api-expected.txt ('k') | test/inspector/runtime/command-line-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698