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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderText {#text} at (0,0) size 0x0 6 RenderText {#text} at (0,0) size 0x0
7 layer at (8,8) size 48x113 clip at (9,9) size 46x111 7 layer at (8,8) size 48x114 clip at (9,9) size 35x101 scrollHeight 140
8 RenderListBox {SELECT} at (0,0) size 48x113 [bgcolor=#FFFFFF] [border: (1px in set #808080)] 8 RenderListBox {SELECT} at (0,0) size 47.70x114 [bgcolor=#F8F8F8] [border: (1px inset #999999)]
9 RenderBlock {OPTION} at (1,1) size 34.70x14
10 RenderText {#text} at (2,0) size 22x13
11 text run at (2,0) width 22: "One"
12 RenderBlock {OPTION} at (1,15) size 34.70x14
13 RenderText {#text} at (2,0) size 23x13
14 text run at (2,0) width 23: "Two"
15 RenderBlock {OPTION} at (1,29) size 34.70x14
16 RenderText {#text} at (2,0) size 31x13
17 text run at (2,0) width 31: "Three"
18 RenderBlock {OPTION} at (1,43) size 34.70x14
19 RenderText {#text} at (2,0) size 24x13
20 text run at (2,0) width 24: "Four"
21 RenderBlock {OPTION} at (1,57) size 34.70x14
22 RenderText {#text} at (2,0) size 21x13
23 text run at (2,0) width 21: "Five"
24 RenderBlock {OPTION} at (1,71) size 34.70x14
25 RenderText {#text} at (2,0) size 16x13
26 text run at (2,0) width 16: "Six"
27 RenderBlock {OPTION} at (1,85) size 34.70x14
28 RenderText {#text} at (2,0) size 31x13
29 text run at (2,0) width 31: "Seven"
30 RenderBlock {OPTION} at (1,99) size 34.70x14
31 RenderText {#text} at (2,0) size 27x13
32 text run at (2,0) width 27: "Eight"
33 RenderBlock {OPTION} at (1,113) size 34.70x14
34 RenderText {#text} at (2,0) size 25x13
35 text run at (2,0) width 25: "Nine"
36 RenderBlock {OPTION} at (1,127) size 34.70x14
37 RenderText {#text} at (2,0) size 20x13
38 text run at (2,0) width 20: "Ten"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698