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

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

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference Created 5 years, 10 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 800x320 3 layer at (0,0) size 800x320
4 RenderBlock {HTML} at (0,0) size 800x320 4 RenderBlock {HTML} at (0,0) size 800x320
5 RenderBody {BODY} at (8,8) size 784x304 5 RenderBody {BODY} at (8,8) size 784x304
6 RenderBlock {FORM} at (0,0) size 784x304 6 RenderBlock {FORM} at (0,0) size 784x304
7 RenderText {#text} at (69,267) size 5x18 7 RenderText {#text} at (69,267) size 5x18
8 text run at (69,267) width 5: " " 8 text run at (69,267) width 5: " "
9 LayoutBR {BR} at (73,267) size 1x18 9 LayoutBR {BR} at (73,267) size 1x18
10 RenderMenuList {SELECT} at (0,286) size 76x18 [bgcolor=#F8F8F8] 10 RenderMenuList {SELECT} at (0,286) size 76x18 [bgcolor=#F8F8F8]
11 RenderBlock (anonymous) at (0,0) size 76x18 11 RenderBlock (anonymous) at (0,0) size 76x18
12 RenderText at (8,2) size 31x13 12 RenderText at (8,2) size 31x13
13 text run at (8,2) width 31: "Three" 13 text run at (8,2) width 31: "Three"
14 RenderText {#text} at (0,0) size 0x0 14 RenderText {#text} at (0,0) size 0x0
15 layer at (8,7) size 69x286 clip at (9,8) size 56x284 scrollHeight 283 15 layer at (8,7) size 69x286 clip at (9,8) size 56x284 scrollHeight 283
16 RenderListBox {SELECT} at (0,-0.75) size 69.16x285.75 [bgcolor=#FFFFFF] [borde r: (1px solid #999999)] 16 LayoutListBox {SELECT} at (0,-0.75) size 69.16x285.75 [bgcolor=#FFFFFF] [borde r: (1px solid #999999)]
17 RenderBlock {OPTGROUP} at (1,1) size 56.16x70.94 [color=#008000] 17 RenderBlock {OPTGROUP} at (1,1) size 56.16x70.94 [color=#008000]
18 RenderBlock {DIV} at (0,0) size 56.16x14.19 18 RenderBlock {DIV} at (0,0) size 56.16x14.19
19 RenderText {#text} at (2,0) size 45x13 19 RenderText {#text} at (2,0) size 45x13
20 text run at (2,0) width 45: "Enabled" 20 text run at (2,0) width 45: "Enabled"
21 RenderBlock {OPTION} at (0,14.19) size 56.16x14.19 [color=#0000FF] 21 RenderBlock {OPTION} at (0,14.19) size 56.16x14.19 [color=#0000FF]
22 RenderInline {<pseudo:before>} at (0,0) size 14x13 22 RenderInline {<pseudo:before>} at (0,0) size 14x13
23 RenderTextFragment at (2,0) size 14x13 23 RenderTextFragment at (2,0) size 14x13
24 text run at (2,0) width 14: " " 24 text run at (2,0) width 14: " "
25 RenderText {#text} at (15,0) size 23x13 25 RenderText {#text} at (15,0) size 23x13
26 text run at (15,0) width 23: "One" 26 text run at (15,0) width 23: "One"
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 RenderTextFragment at (2,0) size 14x13 91 RenderTextFragment at (2,0) size 14x13
92 text run at (2,0) width 14: " " 92 text run at (2,0) width 14: " "
93 RenderText {#text} at (15,0) size 32x13 93 RenderText {#text} at (15,0) size 32x13
94 text run at (15,0) width 32: "Three" 94 text run at (15,0) width 32: "Three"
95 RenderBlock {OPTION} at (0,56.75) size 56.16x14.19 [color=#0000FF] 95 RenderBlock {OPTION} at (0,56.75) size 56.16x14.19 [color=#0000FF]
96 RenderInline {<pseudo:before>} at (0,0) size 14x13 96 RenderInline {<pseudo:before>} at (0,0) size 14x13
97 RenderTextFragment at (2,0) size 14x13 97 RenderTextFragment at (2,0) size 14x13
98 text run at (2,0) width 14: " " 98 text run at (2,0) width 14: " "
99 RenderText {#text} at (15,0) size 25x13 99 RenderText {#text} at (15,0) size 25x13
100 text run at (15,0) width 25: "Four" 100 text run at (15,0) width 25: "Four"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698