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

Side by Side Diff: LayoutTests/platform/win-xp/fast/forms/select-list-box-with-height-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 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 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 346x19 7 RenderText {#text} at (0,0) size 346x19
8 text run at (0,0) width 346: "The select below has a size of 3, but a much larger height." 8 text run at (0,0) width 346: "The select below has a size of 3, but a much larger height."
9 RenderBlock (anonymous) at (0,36) size 784x250 9 RenderBlock (anonymous) at (0,36) size 784x250
10 RenderText {#text} at (0,0) size 0x0 10 RenderText {#text} at (0,0) size 0x0
11 layer at (8,44) size 64x250 clip at (9,45) size 47x248 11 layer at (8,44) size 64x250 clip at (9,45) size 47x248
12 RenderListBox {SELECT} at (0,0) size 64x250 [bgcolor=#FFFFFF] [border: (1px so lid #A9A9A9)] 12 LayoutListBox {SELECT} at (0,0) size 64x250 [bgcolor=#FFFFFF] [border: (1px so lid #A9A9A9)]
13 RenderBlock {OPTION} at (1,1) size 47x17 13 RenderBlock {OPTION} at (1,1) size 47x17
14 RenderText {#text} at (2,0) size 21x16 14 RenderText {#text} at (2,0) size 21x16
15 text run at (2,0) width 21: "one" 15 text run at (2,0) width 21: "one"
16 RenderBlock {OPTION} at (1,18) size 47x17 16 RenderBlock {OPTION} at (1,18) size 47x17
17 RenderText {#text} at (2,0) size 20x16 17 RenderText {#text} at (2,0) size 20x16
18 text run at (2,0) width 20: "two" 18 text run at (2,0) width 20: "two"
19 RenderBlock {OPTION} at (1,35) size 47x17 19 RenderBlock {OPTION} at (1,35) size 47x17
20 RenderText {#text} at (2,0) size 29x16 20 RenderText {#text} at (2,0) size 29x16
21 text run at (2,0) width 29: "three" 21 text run at (2,0) width 29: "three"
22 RenderBlock {OPTION} at (1,52) size 47x17 22 RenderBlock {OPTION} at (1,52) size 47x17
(...skipping 19 matching lines...) Expand all
42 text run at (2,0) width 18: "ten" 42 text run at (2,0) width 18: "ten"
43 RenderBlock {OPTION} at (1,171) size 47x17 43 RenderBlock {OPTION} at (1,171) size 47x17
44 RenderText {#text} at (2,0) size 36x16 44 RenderText {#text} at (2,0) size 36x16
45 text run at (2,0) width 36: "eleven" 45 text run at (2,0) width 36: "eleven"
46 RenderBlock {OPTION} at (1,188) size 47x17 46 RenderBlock {OPTION} at (1,188) size 47x17
47 RenderText {#text} at (2,0) size 35x16 47 RenderText {#text} at (2,0) size 35x16
48 text run at (2,0) width 35: "twelve" 48 text run at (2,0) width 35: "twelve"
49 RenderBlock {OPTION} at (1,205) size 47x17 49 RenderBlock {OPTION} at (1,205) size 47x17
50 RenderText {#text} at (2,0) size 43x16 50 RenderText {#text} at (2,0) size 43x16
51 text run at (2,0) width 43: "thirteen" 51 text run at (2,0) width 43: "thirteen"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698