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

Unified Diff: test/inspector/console/destroy-context-during-log.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 | « no previous file | test/inspector/console/destroy-context-during-log-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/console/destroy-context-during-log.js
diff --git a/test/inspector/console/destroy-context-during-log.js b/test/inspector/console/destroy-context-during-log.js
index 0d3d13b69777692d17e6d9636dcdbdabbe2af35c..0fa7c16d7c6be7c7813db5b73a28a5446c59ae0a 100644
--- a/test/inspector/console/destroy-context-during-log.js
+++ b/test/inspector/console/destroy-context-during-log.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 that destroying context from inside of console.log does not crash');
+
const expression = `
Object.defineProperty(Object.prototype, 'RemoteObject', {
configurable: true,
« no previous file with comments | « no previous file | test/inspector/console/destroy-context-during-log-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698