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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt

Issue 2239473003: [DevTools] Removed interstatementLocation from Debugger.continueToLocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt
index 726c7373f8aae8796a711a175cde74740332d868..d0c6ce715a03621297c54816cfdc69511d956bcd 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation-expected.txt
@@ -1,30 +1,30 @@
Paused on debugger statement
-Paused after continueToLocation (insterstatement=false)
+Paused after continueToLocation
Stopped on line 8, expected 8, requested 8, (0-based numbers).
Control parameter 'step' calculation result: 1, expected: 1
SUCCESS
Paused on debugger statement
-Paused after continueToLocation (insterstatement=true)
+Paused after continueToLocation
Stopped on line 8, expected 8, requested 8, (0-based numbers).
Control parameter 'step' calculation result: 1, expected: 1
SUCCESS
Paused on debugger statement
-Paused after continueToLocation (insterstatement=false)
+Paused after continueToLocation
Stopped on line 17, expected 17, requested 12, (0-based numbers).
Control parameter 'step' calculation result: 6, expected: 6
SUCCESS
Paused on debugger statement
-Paused after continueToLocation (insterstatement=false)
+Paused after continueToLocation
Stopped on line 17, expected 17, requested 13, (0-based numbers).
Control parameter 'step' calculation result: 6, expected: 6
SUCCESS
Paused on debugger statement
-Paused after continueToLocation (insterstatement=false)
+Paused after continueToLocation
Stopped on line 17, expected 17, requested 17, (0-based numbers).
Control parameter 'step' calculation result: 6, expected: 6
SUCCESS
Paused on debugger statement
-Paused after continueToLocation (insterstatement=true)
+Paused after continueToLocation
Stopped on line 17, expected 17, requested 17, (0-based numbers).
Control parameter 'step' calculation result: 6, expected: 6
SUCCESS

Powered by Google App Engine
This is Rietveld 408576698