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

Unified Diff: LayoutTests/platform/mac/css1/box_properties/margin_right-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/mac/css1/box_properties/margin_right-expected.txt
diff --git a/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt b/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt
index 46ac360395ec1eea66d6a180e2e21d310efcf530..5c6bbdee32eb5a879706642b3c11947a85d7c17d 100644
--- a/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt
+++ b/LayoutTests/platform/mac/css1/box_properties/margin_right-expected.txt
@@ -38,19 +38,19 @@ layer at (0,0) size 800x1005 backgroundClip at (0,0) size 800x600 clip at (0,0)
text run at (21,0) width 567: "This sentence should have a right margin of 25%, which is calculated with respect to the"
text run at (408,18) width 180: "width of the parent element."
RenderBlock {UL} at (0,343) size 759x90 [bgcolor=#808080]
- RenderListItem {LI} at (40,0) size 719x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 719x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (5,0) size 714x18
text run at (5,0) width 714: "The right margin on this unordered list has been set to 25 pixels, and the background color has been set to gray."
- RenderListItem {LI} at (40,18) size 694x54 [bgcolor=#FFFFFF]
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,18) size 694x54 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (24,0) size 694x54
text run at (24,0) width 670: "Another list item might not be such a bad idea, either, considering that such things do need to be double-"
text run at (0,18) width 61: "checked. "
text run at (60,18) width 634: "This list item has its right margin also set to 25 pixels, which should combine with the list's margin"
text run at (204,36) width 490: "to make 50 pixels of margin, and its background-color has been set to white."
- RenderListItem {LI} at (40,72) size 719x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,72) size 719x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (534,0) size 185x18
text run at (534,0) width 185: "This is an unclassed list item"
RenderBlock {P} at (0,449) size 784x18 [bgcolor=#C0C0C0]
@@ -92,20 +92,20 @@ layer at (0,0) size 800x1005 backgroundClip at (0,0) size 800x600 clip at (0,0)
text run at (5,0) width 567: "This sentence should have a right margin of 25%, which is calculated with respect to the"
text run at (391,18) width 181: "width of the parent element."
RenderBlock {UL} at (4,192) size 737x108 [bgcolor=#808080]
- RenderListItem {LI} at (40,0) size 697x36
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 697x36
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (20,0) size 677x36
text run at (20,0) width 677: "The right margin on this unordered list has been set to 25 pixels, and the background color has been set to"
text run at (664,18) width 33: "gray."
- RenderListItem {LI} at (40,36) size 672x54 [bgcolor=#FFFFFF]
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,36) size 672x54 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (2,0) size 670x54
text run at (2,0) width 670: "Another list item might not be such a bad idea, either, considering that such things do need to be double-"
text run at (27,18) width 61: "checked. "
text run at (87,18) width 585: "This list item has its right margin also set to 25 pixels, which should combine with the list's"
text run at (133,36) width 539: "margin to make 50 pixels of margin, and its background-color has been set to white."
- RenderListItem {LI} at (40,90) size 697x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,90) size 697x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (512,0) size 185x18
text run at (512,0) width 185: "This is an unclassed list item"
RenderBlock {P} at (4,316) size 762x18 [bgcolor=#C0C0C0]

Powered by Google App Engine
This is Rietveld 408576698