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

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

Issue 2711723003: [DevTools] prepare layout tests for more inline breakpoints (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 Checks that BreakpointManager.possibleBreakpoints returns correct locations 1 Checks that BreakpointManager.possibleBreakpoints returns correct locations
2 2
3 Locations for first line 3 Locations for first line
4 All locations 4 All locations
5 location(2, 2) 5 location(2, 2)
6 location(2, 10)
7 location(2, 20)
6 location(2, 31) 8 location(2, 31)
7 location(2, 34) 9 location(2, 34)
10 location(2, 36)
8 location(2, 47) 11 location(2, 47)
9 location(2, 49) 12 location(2, 49)
10 location(3, 2) 13 location(3, 2)
14 location(3, 10)
11 location(4, 2) 15 location(4, 2)
12 location(5, 0) 16 location(5, 0)
13 Existing location by position 17 Existing location by position
14 location(2, 31) 18 location(2, 31)
15 Not existing location by position 19 Not existing location by position
16 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698