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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/possible-breakpoints-expected.txt

Issue 2484283004: [DevTools] added BreakpointManager.possibleBreakpoints method (Closed)
Patch Set: addressed comments Created 4 years, 1 month 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/sources/debugger-breakpoints/possible-breakpoints-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/possible-breakpoints-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/possible-breakpoints-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14bac31ccf429105c97d310030d4c5d2ac0201d4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/possible-breakpoints-expected.txt
@@ -0,0 +1,16 @@
+Checks that BreakpointManager.possibleBreakpoints returns correct locations
+
+Locations for first line
+All locations
+location(2, 2)
+location(2, 31)
+location(2, 34)
+location(2, 47)
+location(2, 49)
+location(3, 2)
+location(4, 2)
+location(5, 0)
+Existing location by position
+location(2, 31)
+Not existing location by position
+

Powered by Google App Engine
This is Rietveld 408576698