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

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

Issue 2609363002: [DevTools] Tweak ListControl API. (Closed)
Patch Set: fixed review comments Created 3 years, 11 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 fixed height 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
11 *[30] bottom 11 *[30] bottom
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 +[-6] 12 447 +[-6] 12
448 *[9] 13 448 *[9] 13
449 *[24] 14 449 *[24] 14
450 *[39] 15 450 *[39] 15
451 *[54] 16 451 *[54] 16
452 *[69] 17 (selected) 452 *[69] 17 (selected)
453 [84] 28 453 [84] 28
454 [99] 29 454 [99] 29
455 [114] bottom 455 [114] bottom
456 456
457 Scrolling to 13 (center)
458 ----list[length=30][height=84]----
459 [-310] top
460 [-85] 5
461 [-70] 6
462 [-55] 27
463 [-40] 8
464 [-25] 9
465 +[-10] 10
466 *[5] 11
467 *[20] 12
468 *[35] 13
469 *[50] 14
470 *[65] 15
471 +[80] 16
472 [95] 17 (selected)
473 [110] 28
474 [125] 29
475 [140] bottom
476
457 ArrowUp 477 ArrowUp
458 Selection changed from 17 to 15 478 Selection changed from 17 to 15
459 ----list[length=30][height=84]---- 479 ----list[length=30][height=84]----
460 [-336] top 480 [-310] top
461 [-96] 6 481 [-85] 5
462 [-81] 27 482 [-70] 6
463 [-66] 8 483 [-55] 27
464 [-51] 9 484 [-40] 8
465 [-36] 10 485 [-25] 9
466 [-21] 11 486 +[-10] 10
467 +[-6] 12 487 *[5] 11
468 *[9] 13 488 *[20] 12
469 *[24] 14 489 *[35] 13
470 *[39] 15 (selected) 490 *[50] 14
471 *[54] 16 491 *[65] 15 (selected)
472 *[69] 17 492 +[80] 16
473 [84] 28 493 [95] 17
474 [99] 29 494 [110] 28
475 [114] bottom 495 [125] 29
496 [140] bottom
476 497
477 Selecting -1 498 Selecting -1
478 Selection changed from 15 to null 499 Selection changed from 15 to null
479 ----list[length=30][height=84]---- 500 ----list[length=30][height=84]----
480 [-336] top 501 [-310] top
481 [-96] 6 502 [-85] 5
482 [-81] 27 503 [-70] 6
483 [-66] 8 504 [-55] 27
484 [-51] 9 505 [-40] 8
485 [-36] 10 506 [-25] 9
486 [-21] 11 507 +[-10] 10
487 +[-6] 12 508 *[5] 11
488 *[9] 13 509 *[20] 12
489 *[24] 14 510 *[35] 13
490 *[39] 15 511 *[50] 14
491 *[54] 16 512 *[65] 15
492 *[69] 17 513 +[80] 16
493 [84] 28 514 [95] 17
494 [99] 29 515 [110] 28
495 [114] bottom 516 [125] 29
517 [140] bottom
496 518
497 ArrowUp 519 ArrowUp
498 Selection changed from null to 17 520 Selection changed from null to 17
499 ----list[length=30][height=84]---- 521 ----list[length=30][height=84]----
500 [-336] top 522 [-336] top
501 [-96] 6 523 [-96] 6
502 [-81] 27 524 [-81] 27
503 [-66] 8 525 [-66] 8
504 [-51] 9 526 [-51] 9
505 [-36] 10 527 [-36] 10
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 *[0] 29 636 *[0] 29
615 *[15] bottom 637 *[15] bottom
616 638
617 ArrowDown 639 ArrowDown
618 ----list[length=1][height=84]---- 640 ----list[length=1][height=84]----
619 [0] top 641 [0] top
620 *[0] 29 642 *[0] 29
621 *[15] bottom 643 *[15] bottom
622 644
623 645
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698