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

Unified Diff: test/inspector/runtime/get-properties-preview.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/get-properties-preview.js
diff --git a/test/inspector/runtime/get-properties-preview.js b/test/inspector/runtime/get-properties-preview.js
index 62d853a48d6f69e7cfb882a4d7b9f93ea853d7d5..92c6e56426e94995fb29b3da9883ff71a33993d1 100644
--- a/test/inspector/runtime/get-properties-preview.js
+++ b/test/inspector/runtime/get-properties-preview.js
@@ -2,7 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.setupInjectedScriptEnvironment();
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests generated previews in Runtime.getProperties');
+
+contextGroup.setupInjectedScriptEnvironment();
Protocol.Runtime.evaluate({ "expression": "({p1: {a:1}, p2: {b:'foo', bb:'bar'}})" }).then(callbackEvaluate);

Powered by Google App Engine
This is Rietveld 408576698