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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select-list-box-with-height-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 RenderBlock {P} at (0,0) size 784x18 6 RenderBlock {P} at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 365x18 7 RenderText {#text} at (0,0) size 365x18
8 text run at (0,0) width 365: "The select below has a size of 3, but a much larger height." 8 text run at (0,0) width 365: "The select below has a size of 3, but a much larger height."
9 RenderBlock (anonymous) at (0,34) size 784x250 9 RenderBlock (anonymous) at (0,34) size 784x250
10 RenderListBox {SELECT} at (0,0) size 59x250 [bgcolor=#FFFFFF] [border: ( 1px inset #808080)]
11 RenderText {#text} at (0,0) size 0x0 10 RenderText {#text} at (0,0) size 0x0
11 layer at (8,42) size 59x250 clip at (9,43) size 46x248
12 RenderListBox {SELECT} at (0,0) size 58.83x250 [bgcolor=#FFFFFF] [border: (1px solid #999999)]
13 RenderBlock {OPTION} at (1,1) size 45.83x14
14 RenderText {#text} at (2,0) size 20x13
15 text run at (2,0) width 20: "one"
16 RenderBlock {OPTION} at (1,15) size 45.83x14
17 RenderText {#text} at (2,0) size 20x13
18 text run at (2,0) width 20: "two"
19 RenderBlock {OPTION} at (1,29) size 45.83x14
20 RenderText {#text} at (2,0) size 28x13
21 text run at (2,0) width 28: "three"
22 RenderBlock {OPTION} at (1,43) size 45.83x14
23 RenderText {#text} at (2,0) size 23x13
24 text run at (2,0) width 23: "four"
25 RenderBlock {OPTION} at (1,57) size 45.83x14
26 RenderText {#text} at (2,0) size 20x13
27 text run at (2,0) width 20: "five"
28 RenderBlock {OPTION} at (1,71) size 45.83x14
29 RenderText {#text} at (2,0) size 16x13
30 text run at (2,0) width 16: "six"
31 RenderBlock {OPTION} at (1,85) size 45.83x14
32 RenderText {#text} at (2,0) size 31x13
33 text run at (2,0) width 31: "seven"
34 RenderBlock {OPTION} at (1,99) size 45.83x14
35 RenderText {#text} at (2,0) size 28x13
36 text run at (2,0) width 28: "eight"
37 RenderBlock {OPTION} at (1,113) size 45.83x14
38 RenderText {#text} at (2,0) size 23x13
39 text run at (2,0) width 23: "nine"
40 RenderBlock {OPTION} at (1,127) size 45.83x14
41 RenderText {#text} at (2,0) size 18x13
42 text run at (2,0) width 18: "ten"
43 RenderBlock {OPTION} at (1,141) size 45.83x14
44 RenderText {#text} at (2,0) size 35x13
45 text run at (2,0) width 35: "eleven"
46 RenderBlock {OPTION} at (1,155) size 45.83x14
47 RenderText {#text} at (2,0) size 34x13
48 text run at (2,0) width 34: "twelve"
49 RenderBlock {OPTION} at (1,169) size 45.83x14
50 RenderText {#text} at (2,0) size 42x13
51 text run at (2,0) width 42: "thirteen"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698