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

Unified Diff: test/inspector/debugger/inspector-break-api.js

Issue 2678313002: [inspector] support for nested scheduled breaks (Closed)
Patch Set: better test 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/inspector-break-api.js
diff --git a/test/inspector/debugger/inspector-break-api.js b/test/inspector/debugger/inspector-break-api.js
index 51c4611146126b9258c892a1aba78c207cece65c..af1f2df9dc70003c5cd6b7d61c198dab6ec17898 100644
--- a/test/inspector/debugger/inspector-break-api.js
+++ b/test/inspector/debugger/inspector-break-api.js
@@ -37,6 +37,7 @@ InspectorTest.runTestSuite([
Protocol.Runtime.evaluate({ expression: 'foo()//# sourceURL=expr1.js'})
.then(() => Protocol.Runtime.evaluate({
expression: 'foo()//# sourceURL=expr2.js'}))
+ .then(() => cancelPauseOnNextStatement())
.then(next);
},
« no previous file with comments | « test/inspector/debugger/framework-nested-scheduled-break-expected.txt ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698