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

Unified Diff: LayoutTests/platform/android/css1/box_properties/margin_left-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/android/css1/box_properties/margin_left-expected.txt
diff --git a/LayoutTests/platform/android/css1/box_properties/margin_left-expected.txt b/LayoutTests/platform/android/css1/box_properties/margin_left-expected.txt
index 81680f6ec0338e688ef418d27c7452a4387acdfd..286ea8a8d2d6b29dce69b07856ca20b216b28f40 100644
--- a/LayoutTests/platform/android/css1/box_properties/margin_left-expected.txt
+++ b/LayoutTests/platform/android/css1/box_properties/margin_left-expected.txt
@@ -38,19 +38,19 @@ layer at (0,0) size 785x1057
text run at (0,0) width 570: "This sentence should have a left margin of 25%, which is calculated with respect to the width of"
text run at (0,20) width 114: "the parent element."
RenderBlock {UL} at (25,363) size 744x100 [bgcolor=#808080]
- RenderListItem {LI} at (40,0) size 704x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 704x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 656x19
text run at (0,0) width 656: "The left margin on this unordered list has been set to 25 pixels, and its background color has been set to gray."
- RenderListItem {LI} at (65,20) size 679x60 [bgcolor=#FFFFFF]
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (65,20) size 679x60 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 644x59
text run at (0,0) width 625: "Another list item might not be such a bad idea, either, considering that such things do need to be double-"
text run at (0,20) width 59: "checked. "
text run at (59,20) width 585: "This list item has its left margin also set to 25 pixels, which should combine with the list's margin to"
text run at (0,40) width 443: "make 50 pixels of margin, and its background color has been set to white."
- RenderListItem {LI} at (40,80) size 704x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,80) size 704x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 167x19
text run at (0,0) width 167: "This is an unclassed list item"
RenderBlock {P} at (0,479) size 769x20 [bgcolor=#C0C0C0]
@@ -92,19 +92,19 @@ layer at (0,0) size 785x1057
text run at (0,0) width 554: "This sentence should have a left margin of 25%, which is calculated with respect to the width"
text run at (0,20) width 130: "of the parent element."
RenderBlock {UL} at (29,204) size 722x100 [bgcolor=#808080]
- RenderListItem {LI} at (40,0) size 682x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 682x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 656x19
text run at (0,0) width 656: "The left margin on this unordered list has been set to 25 pixels, and its background color has been set to gray."
- RenderListItem {LI} at (65,20) size 657x60 [bgcolor=#FFFFFF]
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (65,20) size 657x60 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 644x59
text run at (0,0) width 625: "Another list item might not be such a bad idea, either, considering that such things do need to be double-"
text run at (0,20) width 59: "checked. "
text run at (59,20) width 585: "This list item has its left margin also set to 25 pixels, which should combine with the list's margin to"
text run at (0,40) width 443: "make 50 pixels of margin, and its background color has been set to white."
- RenderListItem {LI} at (40,80) size 682x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,80) size 682x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 167x19
text run at (0,0) width 167: "This is an unclassed list item"
RenderBlock {P} at (4,320) size 747x20 [bgcolor=#C0C0C0]

Powered by Google App Engine
This is Rietveld 408576698