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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/list-control-equal-height-expected.txt

Issue 2916743002: [DevTools] Introduce Common.List used as a backend for list controls (Closed)
Patch Set: addressed comments Created 3 years, 6 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 Test ListControl rendering and selection for equal height items case. 1 Test ListControl rendering and selection for equal height items case.
2 Adding 0, 1, 2 2 Adding 0, 1, 2
3 Creating element for 0 3 Creating element for 0
4 Creating element for 1 4 Creating element for 1
5 Creating element for 2 5 Creating element for 2
6 ----list[length=3][height=73]---- 6 ----list[length=3][height=73]----
7 [0] top 7 [0] top
8 *[0] 0 8 *[0] 0
9 *[10] 1 9 *[10] 1
10 *[20] 2 10 *[20] 2
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 [0] top 635 [0] top
636 *[0] 29 636 *[0] 29
637 *[15] bottom 637 *[15] bottom
638 638
639 ArrowDown 639 ArrowDown
640 ----list[length=1][height=84]---- 640 ----list[length=1][height=84]----
641 [0] top 641 [0] top
642 *[0] 29 642 *[0] 29
643 *[15] bottom 643 *[15] bottom
644 644
645 Replacing model with [5-7]
646 Creating element for 5
647 Creating element for 6
648 Creating element for 7
649 ----list[length=1][height=84]----
650 [0] top
651 *[0] 5
652 *[15] 6
653 *[30] 7
654 *[45] bottom
645 655
656 Pushing 8
657 Creating element for 8
658 ----list[length=1][height=84]----
659 [0] top
660 *[0] 5
661 *[15] 6
662 *[30] 7
663 *[45] 8
664 *[60] bottom
665
666 Pushing 9 to old model
667 ----list[length=2][height=84]----
668 [0] top
669 *[0] 5
670 *[15] 6
671 *[30] 7
672 *[45] 8
673 *[60] bottom
674
675
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698