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

Unified Diff: test/inspector/runtime/length-or-size-description.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/length-or-size-description.js
diff --git a/test/inspector/runtime/length-or-size-description.js b/test/inspector/runtime/length-or-size-description.js
index ec3ed6d263a8fa20e933f42839a5167e29d740c0..0006bfb61dc2334b1f5f04297ac83e793ca612e8 100644
--- a/test/inspector/runtime/length-or-size-description.js
+++ b/test/inspector/runtime/length-or-size-description.js
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.log("Test that descriptions for arrays, maps, and sets include the correct length or size.")
+let {session, contextGroup, Protocol} = InspectorTest.start("Test that descriptions for arrays, maps, and sets include the correct length or size.")
-InspectorTest.setupInjectedScriptEnvironment();
+contextGroup.setupInjectedScriptEnvironment();
Promise.all([
testExpression("new Set()"),
« no previous file with comments | « test/inspector/runtime/internal-properties-entries.js ('k') | test/inspector/runtime/property-on-console-proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698