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

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

Issue 966883002: renderer/RenderMenuList.* -> layout/LayoutMenuList.* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove OWNERS, allowing Source/core/rendering to be deleted. Created 5 years, 9 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 800x379 3 layer at (0,0) size 800x379
4 RenderBlock {HTML} at (0,0) size 800x379 4 RenderBlock {HTML} at (0,0) size 800x379
5 RenderBody {BODY} at (8,8) size 784x363 5 RenderBody {BODY} at (8,8) size 784x363
6 RenderBlock {FORM} at (0,0) size 784x363 6 RenderBlock {FORM} at (0,0) size 784x363
7 RenderText {#text} at (80,323) size 4x19 7 RenderText {#text} at (80,323) size 4x19
8 text run at (80,323) width 4: " " 8 text run at (80,323) width 4: " "
9 LayoutBR {BR} at (84,323) size 0x19 9 LayoutBR {BR} at (84,323) size 0x19
10 RenderMenuList {SELECT} at (0,343) size 73x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)] 10 LayoutMenuList {SELECT} at (0,343) size 73x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
11 RenderBlock (anonymous) at (1,1) size 71x18 11 RenderBlock (anonymous) at (1,1) size 71x18
12 RenderText at (4,1) size 32x16 12 RenderText at (4,1) size 32x16
13 text run at (4,1) width 32: "Three" 13 text run at (4,1) width 32: "Three"
14 RenderText {#text} at (0,0) size 0x0 14 RenderText {#text} at (0,0) size 0x0
15 layer at (8,8) size 80x342 clip at (9,9) size 63x340 15 layer at (8,8) size 80x342 clip at (9,9) size 63x340
16 LayoutListBox {SELECT} at (0,0) size 80x342 [bgcolor=#FFFFFF] [border: (1px so lid #A9A9A9)] 16 LayoutListBox {SELECT} at (0,0) size 80x342 [bgcolor=#FFFFFF] [border: (1px so lid #A9A9A9)]
17 RenderBlock {OPTGROUP} at (1,1) size 63x85 [color=#008000] 17 RenderBlock {OPTGROUP} at (1,1) size 63x85 [color=#008000]
18 RenderBlock {DIV} at (0,0) size 63x17 18 RenderBlock {DIV} at (0,0) size 63x17
19 RenderText {#text} at (2,0) size 52x16 19 RenderText {#text} at (2,0) size 52x16
20 text run at (2,0) width 52: "Enabled" 20 text run at (2,0) width 52: "Enabled"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 text run at (2,0) width 40: " One" 55 text run at (2,0) width 40: " One"
56 RenderBlock {OPTION} at (0,34) size 63x17 [color=#FF0000] 56 RenderBlock {OPTION} at (0,34) size 63x17 [color=#FF0000]
57 RenderText {#text} at (2,0) size 39x16 57 RenderText {#text} at (2,0) size 39x16
58 text run at (2,0) width 39: " Two" 58 text run at (2,0) width 39: " Two"
59 RenderBlock {OPTION} at (0,51) size 63x17 [color=#0000FF] [bgcolor=#999999 ] 59 RenderBlock {OPTION} at (0,51) size 63x17 [color=#0000FF] [bgcolor=#999999 ]
60 RenderText {#text} at (2,0) size 48x16 60 RenderText {#text} at (2,0) size 48x16
61 text run at (2,0) width 48: " Three" 61 text run at (2,0) width 48: " Three"
62 RenderBlock {OPTION} at (0,68) size 63x17 [color=#0000FF] 62 RenderBlock {OPTION} at (0,68) size 63x17 [color=#0000FF]
63 RenderText {#text} at (2,0) size 42x16 63 RenderText {#text} at (2,0) size 42x16
64 text run at (2,0) width 42: " Four" 64 text run at (2,0) width 42: " Four"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698