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

Unified Diff: test/inspector/debugger/framework-nested-scheduled-break.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: addressed comments 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
Index: test/inspector/debugger/framework-nested-scheduled-break.js
diff --git a/test/inspector/debugger/framework-nested-scheduled-break.js b/test/inspector/debugger/framework-nested-scheduled-break.js
index 922cdd9fa9c5254f4383cc2b4f8f268a00449be4..bb1e47199caeafe375868d46391728419ef96029 100644
--- a/test/inspector/debugger/framework-nested-scheduled-break.js
+++ b/test/inspector/debugger/framework-nested-scheduled-break.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('Checks nested scheduled break in framework code.');
+InspectorTest.log('Checks nested scheduled break in framework code.');
InspectorTest.addScript(`
function frameworkCall(callback) {

Powered by Google App Engine
This is Rietveld 408576698