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

Unified Diff: test/inspector/runtime/console-messages-limits.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
« no previous file with comments | « test/inspector/runtime/console-memory.js ('k') | test/inspector/runtime/console-methods.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/console-messages-limits.js
diff --git a/test/inspector/runtime/console-messages-limits.js b/test/inspector/runtime/console-messages-limits.js
index a6a8ccefaef909bd68726a04f7e77ffa1a518b17..4a8159072ee34b2fbc163f660411fc832d70d56c 100644
--- a/test/inspector/runtime/console-messages-limits.js
+++ b/test/inspector/runtime/console-messages-limits.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('Checks that console message storage doesn\'t exceed limits');
+let {session, contextGroup, Protocol} = InspectorTest.start('Checks that console message storage doesn\'t exceed limits');
-InspectorTest.addScript(`
+contextGroup.addScript(`
function generateEmptyMessages(n) {
for (var i = 0; i < n; ++i) {
console.log('');
« no previous file with comments | « test/inspector/runtime/console-memory.js ('k') | test/inspector/runtime/console-methods.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698