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

Side by Side Diff: LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-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 800x96 3 layer at (0,0) size 800x96
4 RenderBlock {HTML} at (0,0) size 800x95.59 4 RenderBlock {HTML} at (0,0) size 800x95.59
5 RenderBody {BODY} at (8,16) size 784x71.59 5 RenderBody {BODY} at (8,16) size 784x71.59
6 RenderBlock {P} at (0,0) size 784x18 6 RenderBlock {P} at (0,0) size 784x18
7 RenderText {#text} at (0,0) size 370x18 7 RenderText {#text} at (0,0) size 370x18
8 text run at (0,0) width 370: "The following two boxes should be identi cal, to the pixel." 8 text run at (0,0) width 370: "The following two boxes should be identi cal, to the pixel."
9 RenderBlock {OL} at (80,34) size 160x18 [color=#FFFFFF] [bgcolor=#000080] 9 RenderBlock {OL} at (80,34) size 160x18 [color=#FFFFFF] [bgcolor=#000080]
10 RenderListItem {LI} at (0,0) size 160x18 10 LayoutListItem {LI} at (0,0) size 160x18
11 RenderListMarker at (-20,0) size 16x18: "1" 11 LayoutListMarker at (-20,0) size 16x18: "1"
12 RenderInline {SPAN} at (0,0) size 12x18 [color=#000080] 12 RenderInline {SPAN} at (0,0) size 12x18 [color=#000080]
13 RenderText {#text} at (0,0) size 12x18 13 RenderText {#text} at (0,0) size 12x18
14 text run at (0,0) width 12: "1." 14 text run at (0,0) width 12: "1."
15 RenderText {#text} at (12,0) size 32x18 15 RenderText {#text} at (12,0) size 32x18
16 text run at (12,0) width 32: " Test" 16 text run at (12,0) width 32: " Test"
17 RenderBlock {OL} at (80,53.59) size 160x18 [color=#000080] [bgcolor=#00008 0] 17 RenderBlock {OL} at (80,53.59) size 160x18 [color=#000080] [bgcolor=#00008 0]
18 RenderListItem {LI} at (0,0) size 160x18 18 LayoutListItem {LI} at (0,0) size 160x18
19 RenderListMarker at (0,0) size 16x18: "1" 19 LayoutListMarker at (0,0) size 16x18: "1"
20 RenderInline {SPAN} at (0,0) size 28x18 [color=#FFFFFF] 20 RenderInline {SPAN} at (0,0) size 28x18 [color=#FFFFFF]
21 RenderText {#text} at (16,0) size 28x18 21 RenderText {#text} at (16,0) size 28x18
22 text run at (16,0) width 28: "Test" 22 text run at (16,0) width 28: "Test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698