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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/components/segmented-range-expected.txt

Issue 1729603002: DevTools: Extract SegmentedRange from TimelineIRModel to utilities.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 Tests SegmentedRange 1 Tests SegmentedRange
2 2
3 Test case: one 3 Test case: one
4 Input Segments: [[0,1,"a"]] 4 Input Segments: [[0,1,"a"]]
5 Result: 5 Result:
6 0 - 1: a 6 0 - 1: a
7 Test case: two adjacent 7 Test case: two adjacent
8 Input Segments: [[0,1,"a"],[1,2,"a"]] 8 Input Segments: [[0,1,"a"],[1,2,"a"]]
9 Result: 9 Result:
10 0 - 2: a 10 0 - 2: a
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 2 - 6: a 70 2 - 6: a
71 6 - 7: a 71 6 - 7: a
72 Result backwards: 72 Result backwards:
73 0 - 1: a 73 0 - 1: a
74 2 - 3: a 74 2 - 3: a
75 3 - 4: a 75 3 - 4: a
76 4 - 5: a 76 4 - 5: a
77 5 - 6: a 77 5 - 6: a
78 6 - 7: a 78 6 - 7: a
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698