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

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

Issue 2605253002: [DevTools] Add grow mode to ListControl. (Closed)
Patch Set: addressed 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 fixed height 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 *[64] 12 305 *[64] 12
306 *[74] 13 306 *[74] 13
307 [84] 14 307 [84] 14
308 [94] 15 308 [94] 15
309 [104] 16 309 [104] 16
310 [114] 17 310 [114] 17
311 [124] 18 311 [124] 18
312 [134] 19 312 [134] 19
313 [144] bottom 313 [144] bottom
314 314
315 Changing the item height, switching to measure 315 Changing the item height
316 Creating element for 0 316 Creating element for 0
317 Creating element for 1 317 Creating element for 1
318 Creating element for 2 318 Creating element for 2
319 Creating element for 3 319 Creating element for 3
320 Creating element for 4 320 Creating element for 4
321 Creating element for 5 321 Creating element for 5
322 Creating element for 6 322 Creating element for 6
323 Creating element for 7 323 Creating element for 7
324 Creating element for 8 324 Creating element for 8
325 Creating element for 9 325 Creating element for 9
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 *[0] 29 614 *[0] 29
615 *[15] bottom 615 *[15] bottom
616 616
617 ArrowDown 617 ArrowDown
618 ----list[length=1][height=84]---- 618 ----list[length=1][height=84]----
619 [0] top 619 [0] top
620 *[0] 29 620 *[0] 29
621 *[15] bottom 621 *[15] bottom
622 622
623 623
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698