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

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

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased Created 3 years, 10 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/exception-thrown.js ('k') | test/inspector/runtime/internal-properties.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/get-properties-on-proxy.js
diff --git a/test/inspector/runtime/get-properties-on-proxy.js b/test/inspector/runtime/get-properties-on-proxy.js
index 40e2a961076758d61215bd08307e7b62efbcb309..71bbdc18787cddef3024c13da68cb1e77afa8f46 100644
--- a/test/inspector/runtime/get-properties-on-proxy.js
+++ b/test/inspector/runtime/get-properties-on-proxy.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.
-print("Check that while Runtime.getProperties call on proxy object no user defined trap will be executed.");
+InspectorTest.log("Check that while Runtime.getProperties call on proxy object no user defined trap will be executed.");
InspectorTest.addScript(`
var self = this;
« no previous file with comments | « test/inspector/runtime/exception-thrown.js ('k') | test/inspector/runtime/internal-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698