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

Unified Diff: test/inspector/runtime/length-or-size-description.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
« no previous file with comments | « test/inspector/runtime/get-properties-preview.js ('k') | test/inspector/runtime/set-or-map-entries.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b27b4b3651dee65fcfa1e0b970dbdecd51d2ed6b..ec3ed6d263a8fa20e933f42839a5167e29d740c0 100644
--- a/test/inspector/runtime/length-or-size-description.js
+++ b/test/inspector/runtime/length-or-size-description.js
@@ -4,6 +4,8 @@
InspectorTest.log("Test that descriptions for arrays, maps, and sets include the correct length or size.")
+InspectorTest.setupInjectedScriptEnvironment();
+
Promise.all([
testExpression("new Set()"),
testExpression("new Set([1,2])"),
« no previous file with comments | « test/inspector/runtime/get-properties-preview.js ('k') | test/inspector/runtime/set-or-map-entries.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698