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

Unified Diff: test/inspector/console/let-const-with-api.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/console/let-const-with-api.js
diff --git a/test/inspector/console/let-const-with-api.js b/test/inspector/console/let-const-with-api.js
index 0280fe11747a2049cc4160428df7107a331b0c4c..b51572d08ee3da7cff2b8840286fae627136ae89 100644
--- a/test/inspector/console/let-const-with-api.js
+++ b/test/inspector/console/let-const-with-api.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.
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests how let and const interact with command line api');
+
Protocol.Runtime.evaluate({ expression: "let a = 42;" }).then(step2);
function step2(response)
« no previous file with comments | « test/inspector/console/destroy-context-during-log-expected.txt ('k') | test/inspector/console/let-const-with-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698