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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-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 800x316 3 layer at (0,0) size 800x317
4 RenderBlock {HTML} at (0,0) size 800x316 4 RenderBlock {HTML} at (0,0) size 800x317
5 RenderBody {BODY} at (8,8) size 784x300 5 RenderBody {BODY} at (8,8) size 784x301
6 RenderBlock {FORM} at (0,0) size 784x300 6 RenderBlock {FORM} at (0,0) size 784x301
7 RenderListBox {SELECT} at (0,0) size 70x281 [bgcolor=#FFFFFF] [border: ( 1px inset #808080)] 7 RenderText {#text} at (69,264) size 5x18
8 RenderText {#text} at (70,260) size 4x18 8 text run at (69,264) width 5: " "
9 text run at (70,260) width 4: " " 9 RenderBR {BR} at (73,264) size 1x18
10 RenderBR {BR} at (74,260) size 0x18 10 RenderMenuList {SELECT} at (0,283) size 76x18 [bgcolor=#F8F8F8]
11 RenderMenuList {SELECT} at (0,282) size 76x18 [bgcolor=#FFFFFF]
12 RenderBlock (anonymous) at (0,0) size 76x18 11 RenderBlock (anonymous) at (0,0) size 76x18
13 RenderText at (8,2) size 31x13 12 RenderText at (8,2) size 31x13
14 text run at (8,2) width 31: "Three" 13 text run at (8,2) width 31: "Three"
15 RenderText {#text} at (0,0) size 0x0 14 RenderText {#text} at (0,0) size 0x0
15 layer at (8,8) size 69x282 clip at (9,9) size 56x280
16 RenderListBox {SELECT} at (0,0) size 69.16x282 [bgcolor=#FFFFFF] [border: (1px solid #999999)]
17 RenderBlock {OPTGROUP} at (1,1) size 56.16x70 [color=#008000]
18 RenderBlock {DIV} at (0,0) size 56.16x14
19 RenderText {#text} at (2,0) size 45x13
20 text run at (2,0) width 45: "Enabled"
21 RenderBlock {OPTION} at (0,14) size 56.16x14 [color=#0000FF]
22 RenderText {#text} at (2,0) size 36x13
23 text run at (2,0) width 36: " One"
24 RenderBlock {OPTION} at (0,28) size 56.16x14 [color=#0000FF]
25 RenderText {#text} at (2,0) size 37x13
26 text run at (2,0) width 37: " Two"
27 RenderBlock {OPTION} at (0,42) size 56.16x14 [color=#0000FF]
28 RenderText {#text} at (2,0) size 45x13
29 text run at (2,0) width 45: " Three"
30 RenderBlock {OPTION} at (0,56) size 56.16x14 [color=#0000FF]
31 RenderText {#text} at (2,0) size 38x13
32 text run at (2,0) width 38: " Four"
33 RenderBlock {OPTGROUP} at (1,71) size 56.16x70 [color=#FFC0CB]
34 RenderBlock {DIV} at (0,0) size 56.16x14
35 RenderText {#text} at (2,0) size 50x13
36 text run at (2,0) width 50: "Disabled"
37 RenderBlock {OPTION} at (0,14) size 56.16x14 [color=#FF0000]
38 RenderText {#text} at (2,0) size 36x13
39 text run at (2,0) width 36: " One"
40 RenderBlock {OPTION} at (0,28) size 56.16x14 [color=#FF0000]
41 RenderText {#text} at (2,0) size 37x13
42 text run at (2,0) width 37: " Two"
43 RenderBlock {OPTION} at (0,42) size 56.16x14 [color=#FF0000]
44 RenderText {#text} at (2,0) size 45x13
45 text run at (2,0) width 45: " Three"
46 RenderBlock {OPTION} at (0,56) size 56.16x14 [color=#FF0000]
47 RenderText {#text} at (2,0) size 38x13
48 text run at (2,0) width 38: " Four"
49 RenderBlock {OPTGROUP} at (1,141) size 56.16x70 [color=#008000]
50 RenderBlock {DIV} at (0,0) size 56.16x14
51 RenderText {#text} at (2,0) size 53x13
52 text run at (2,0) width 53: "Enabled2"
53 RenderBlock {OPTION} at (0,14) size 56.16x14 [color=#0000FF]
54 RenderText {#text} at (2,0) size 36x13
55 text run at (2,0) width 36: " One"
56 RenderBlock {OPTION} at (0,28) size 56.16x14 [color=#FF0000]
57 RenderText {#text} at (2,0) size 37x13
58 text run at (2,0) width 37: " Two"
59 RenderBlock {OPTION} at (0,42) size 56.16x14 [color=#0000FF] [bgcolor=#D4D 4D4]
60 RenderText {#text} at (2,0) size 45x13
61 text run at (2,0) width 45: " Three"
62 RenderBlock {OPTION} at (0,56) size 56.16x14 [color=#0000FF]
63 RenderText {#text} at (2,0) size 38x13
64 text run at (2,0) width 38: " Four"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698