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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/coverage/segments-merge-expected.txt

Issue 2745283002: DevTools: merge coverage segments from different instances of same URL (Closed)
Patch Set: review comments addressed Created 3 years, 9 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
(Empty)
1 Tests the merge of disjoint segment lists in CoverageModel.
2
3 A: []
4 B: []
5 merged: []
6 A: [{"end":10,"count":1,"depth":1}]
7 B: []
8 merged: [{"end":10,"count":1,"depth":1}]
9 A: [{"end":10,"count":1,"depth":1}]
10 B: [{"end":10,"count":1,"depth":1}]
11 merged: [{"end":10,"count":2,"depth":1}]
12 A: [{"end":10,"count":1,"depth":1}]
13 B: [{"end":20,"count":1,"depth":1}]
14 merged: [{"end":10,"count":2,"depth":1},{"end":20,"count":1,"depth":1}]
15 A: [{"end":10,"count":1,"depth":1},{"end":20,"count":1,"depth":1}]
16 B: []
17 merged: [{"end":10,"count":1,"depth":1},{"end":20,"count":1,"depth":1}]
18 A: [{"end":30,"count":1,"depth":1}]
19 B: [{"end":10,"depth":0},{"end":20,"count":2,"depth":1}]
20 merged: [{"end":10,"count":1,"depth":1},{"end":20,"count":3,"depth":1},{"end":30 ,"count":1,"depth":1}]
21 A: [{"end":30,"depth":0}]
22 B: [{"end":10,"depth":0},{"end":20,"count":2,"depth":1}]
23 merged: [{"end":10,"depth":0},{"end":20,"count":2,"depth":1},{"end":30,"depth":0 }]
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698