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

Side by Side Diff: LayoutTests/platform/linux/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 800x102 3 layer at (0,0) size 800x102
4 RenderBlock {HTML} at (0,0) size 800x101.59 4 RenderBlock {HTML} at (0,0) size 800x101.59
5 RenderBody {BODY} at (8,16) size 784x77.59 5 RenderBody {BODY} at (8,16) size 784x77.59
6 RenderBlock {P} at (0,0) size 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 341x19 7 RenderText {#text} at (0,0) size 341x19
8 text run at (0,0) width 341: "The following two boxes should be identi cal, to the pixel." 8 text run at (0,0) width 341: "The following two boxes should be identi cal, to the pixel."
9 RenderBlock {OL} at (80,36) size 160x20 [color=#FFFFFF] [bgcolor=#000080] 9 RenderBlock {OL} at (80,36) size 160x20 [color=#FFFFFF] [bgcolor=#000080]
10 RenderListItem {LI} at (0,0) size 160x20 10 LayoutListItem {LI} at (0,0) size 160x20
11 RenderListMarker at (-21,0) size 16x19: "1" 11 LayoutListMarker at (-21,0) size 16x19: "1"
12 RenderInline {SPAN} at (0,0) size 12x19 [color=#000080] 12 RenderInline {SPAN} at (0,0) size 12x19 [color=#000080]
13 RenderText {#text} at (0,0) size 12x19 13 RenderText {#text} at (0,0) size 12x19
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 30x19 15 RenderText {#text} at (12,0) size 30x19
16 text run at (12,0) width 30: " Test" 16 text run at (12,0) width 30: " Test"
17 RenderBlock {OL} at (80,57.59) size 160x20 [color=#000080] [bgcolor=#00008 0] 17 RenderBlock {OL} at (80,57.59) size 160x20 [color=#000080] [bgcolor=#00008 0]
18 RenderListItem {LI} at (0,0) size 160x20 18 LayoutListItem {LI} at (0,0) size 160x20
19 RenderListMarker at (0,0) size 16x19: "1" 19 LayoutListMarker at (0,0) size 16x19: "1"
20 RenderInline {SPAN} at (0,0) size 26x19 [color=#FFFFFF] 20 RenderInline {SPAN} at (0,0) size 26x19 [color=#FFFFFF]
21 RenderText {#text} at (16,0) size 26x19 21 RenderText {#text} at (16,0) size 26x19
22 text run at (16,0) width 26: "Test" 22 text run at (16,0) width 26: "Test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698