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

Side by Side Diff: LayoutTests/platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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 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 800x385 3 layer at (0,0) size 800x386
4 RenderBlock {HTML} at (0,0) size 800x385 4 RenderBlock {HTML} at (0,0) size 800x386
5 RenderBody {BODY} at (8,8) size 784x369 5 RenderBody {BODY} at (8,8) size 784x370
6 RenderBlock {FORM} at (0,0) size 784x369 6 RenderBlock {FORM} at (0,0) size 784x370
7 RenderListBox {SELECT} at (2,2) size 80x341 [bgcolor=#FFFFFF] [border: ( 1px inset #808080)] 7 RenderText {#text} at (84,326) size 4x19
8 RenderText {#text} at (84,323) size 4x19 8 text run at (84,326) width 4: " "
9 text run at (84,323) width 4: " " 9 RenderBR {BR} at (88,326) size 0x19
10 RenderBR {BR} at (88,323) size 0x19 10 RenderMenuList {SELECT} at (2,348) size 73x20 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
11 RenderMenuList {SELECT} at (2,347) size 73x20 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
12 RenderBlock (anonymous) at (1,1) size 71x18 11 RenderBlock (anonymous) at (1,1) size 71x18
13 RenderText at (4,1) size 32x16 12 RenderText at (4,1) size 32x16
14 text run at (4,1) width 32: "Three" 13 text run at (4,1) width 32: "Three"
15 RenderText {#text} at (0,0) size 0x0 14 RenderText {#text} at (0,0) size 0x0
15 layer at (10,10) size 80x341 clip at (11,11) size 63x339
16 RenderListBox {SELECT} at (2,2) size 80x341 [bgcolor=#FFFFFF] [border: (1px in set #808080)]
17 RenderBlock {OPTGROUP} at (1,1) size 63x85 [color=#008000]
18 RenderBlock {DIV} at (0,0) size 63x17
19 RenderText {#text} at (2,0) size 52x16
20 text run at (2,0) width 52: "Enabled"
21 RenderBlock {OPTION} at (0,17) size 63x17 [color=#0000FF]
22 RenderText {#text} at (19,0) size 24x16
23 text run at (19,0) width 24: "One"
24 RenderBlock {OPTION} at (0,34) size 63x17 [color=#0000FF]
25 RenderText {#text} at (19,0) size 23x16
26 text run at (19,0) width 23: "Two"
27 RenderBlock {OPTION} at (0,51) size 63x17 [color=#0000FF]
28 RenderText {#text} at (19,0) size 32x16
29 text run at (19,0) width 32: "Three"
30 RenderBlock {OPTION} at (0,68) size 63x17 [color=#0000FF]
31 RenderText {#text} at (19,0) size 26x16
32 text run at (19,0) width 26: "Four"
33 RenderBlock {OPTGROUP} at (1,86) size 63x85 [color=#FFC0CB]
34 RenderBlock {DIV} at (0,0) size 63x17
35 RenderText {#text} at (2,0) size 55x16
36 text run at (2,0) width 55: "Disabled"
37 RenderBlock {OPTION} at (0,17) size 63x17 [color=#FF0000]
38 RenderText {#text} at (19,0) size 24x16
39 text run at (19,0) width 24: "One"
40 RenderBlock {OPTION} at (0,34) size 63x17 [color=#FF0000]
41 RenderText {#text} at (19,0) size 23x16
42 text run at (19,0) width 23: "Two"
43 RenderBlock {OPTION} at (0,51) size 63x17 [color=#FF0000]
44 RenderText {#text} at (19,0) size 32x16
45 text run at (19,0) width 32: "Three"
46 RenderBlock {OPTION} at (0,68) size 63x17 [color=#FF0000]
47 RenderText {#text} at (19,0) size 26x16
48 text run at (19,0) width 26: "Four"
49 RenderBlock {OPTGROUP} at (1,171) size 63x84 [color=#008000]
50 RenderBlock {DIV} at (0,0) size 63x17
51 RenderText {#text} at (2,0) size 59x16
52 text run at (2,0) width 59: "Enabled2"
53 RenderBlock {OPTION} at (0,17) size 63x17 [color=#0000FF]
54 RenderText {#text} at (19,0) size 24x16
55 text run at (19,0) width 24: "One"
56 RenderBlock {OPTION} at (0,34) size 63x17 [color=#FF0000]
57 RenderText {#text} at (19,0) size 23x16
58 text run at (19,0) width 23: "Two"
59 RenderBlock {OPTION} at (0,51) size 63x17 [color=#0000FF] [bgcolor=#C8C8C8 ]
60 RenderText {#text} at (19,0) size 32x16
61 text run at (19,0) width 32: "Three"
62 RenderBlock {OPTION} at (0,68) size 63x16 [color=#0000FF]
63 RenderText {#text} at (19,0) size 26x16
64 text run at (19,0) width 26: "Four"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698