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

Unified Diff: test/inspector/runtime/get-properties-on-proxy.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-on-proxy.js
diff --git a/test/inspector/runtime/get-properties-on-proxy.js b/test/inspector/runtime/get-properties-on-proxy.js
index 71bbdc18787cddef3024c13da68cb1e77afa8f46..b2981df290a6c44e8ba031c23d73b64dc779ea5d 100644
--- a/test/inspector/runtime/get-properties-on-proxy.js
+++ b/test/inspector/runtime/get-properties-on-proxy.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("Check that while Runtime.getProperties call on proxy object no user defined trap will be executed.");
+let {session, contextGroup, Protocol} = InspectorTest.start("Check that while Runtime.getProperties call on proxy object no user defined trap will be executed.");
-InspectorTest.addScript(`
+contextGroup.addScript(`
var self = this;
function testFunction()
{
« no previous file with comments | « test/inspector/runtime/get-properties.js ('k') | test/inspector/runtime/get-properties-on-proxy-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698