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

Unified Diff: test/inspector/runtime/get-properties-preview.js

Issue 2774493002: [inspector] run more tests with InspectorTest.setupInjectedScriptEnvironment (Closed)
Patch Set: rebased Created 3 years, 9 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 7cc81bc486fa1e6893a91ec402bc6fa190e12269..62d853a48d6f69e7cfb882a4d7b9f93ea853d7d5 100644
--- a/test/inspector/runtime/get-properties-preview.js
+++ b/test/inspector/runtime/get-properties-preview.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+InspectorTest.setupInjectedScriptEnvironment();
+
Protocol.Runtime.evaluate({ "expression": "({p1: {a:1}, p2: {b:'foo', bb:'bar'}})" }).then(callbackEvaluate);
function callbackEvaluate(result)
« no previous file with comments | « test/inspector/runtime/get-properties-expected.txt ('k') | test/inspector/runtime/length-or-size-description.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698