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

Unified Diff: test/inspector/runtime/console-deprecated-methods.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-deprecated-methods.js
diff --git a/test/inspector/runtime/console-deprecated-methods.js b/test/inspector/runtime/console-deprecated-methods.js
index ac13672977aee5bedd13e59da6c5372030887422..e8ccd2a2fd29618acc4f66189eb7da881a5e1bb2 100644
--- a/test/inspector/runtime/console-deprecated-methods.js
+++ b/test/inspector/runtime/console-deprecated-methods.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("Tests checks that deprecation messages for console.")
+let {session, contextGroup, Protocol} = InspectorTest.start("Tests checks that deprecation messages for console.")
Protocol.Runtime.onConsoleAPICalled(messageAdded);
Protocol.Runtime.enable();
« no previous file with comments | « test/inspector/runtime/console-assert.js ('k') | test/inspector/runtime/console-deprecated-methods-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698