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

Unified Diff: LayoutTests/platform/win-xp/css1/box_properties/padding_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/win-xp/css1/box_properties/padding_right-expected.txt
diff --git a/LayoutTests/platform/win-xp/css1/box_properties/padding_right-expected.txt b/LayoutTests/platform/win-xp/css1/box_properties/padding_right-expected.txt
index d3190e5494744491b542dde1e12a6607c3ba1a6a..570f053aa0f3279275ae2c3e99a44a81b88c6553 100644
--- a/LayoutTests/platform/win-xp/css1/box_properties/padding_right-expected.txt
+++ b/LayoutTests/platform/win-xp/css1/box_properties/padding_right-expected.txt
@@ -52,12 +52,12 @@ layer at (0,0) size 785x1185 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (135,20) width 442: "Both the content background and the padding should be aqua (light blue)."
text run at (101,40) width 476: "The text has been right-aligned in order to make the right padding easier to see."
RenderBlock {UL} at (0,503) size 769x40 [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 (13,0) size 691x19
text run at (13,0) width 691: "The right padding on this unordered list has been set to 25 pixels, which will require some extra text in order to test."
- RenderListItem {LI} at (40,20) size 704x20 [bgcolor=#FFFFFF]
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,20) size 704x20 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (5,0) size 674x19
text run at (5,0) width 674: "This list item has a right padding of 25 pixels, which will appear to the left of the gray padding of the UL element."
RenderBlock {P} at (0,559) size 769x60 [bgcolor=#00FFFF]
@@ -111,13 +111,13 @@ layer at (0,0) size 785x1185 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (14,40) width 72: "(light blue). "
text run at (85,40) width 476: "The text has been right-aligned in order to make the right padding easier to see."
RenderBlock {UL} at (4,344) size 747x80 [bgcolor=#808080]
- RenderListItem {LI} at (40,0) size 682x40
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 682x40
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (20,0) size 662x39
text run at (20,0) width 662: "The right padding on this unordered list has been set to 25 pixels, which will require some extra text in order to"
text run at (657,20) width 25: "test."
- RenderListItem {LI} at (40,40) size 682x40 [bgcolor=#FFFFFF]
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,40) size 682x40 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (37,0) size 620x39
text run at (37,0) width 620: "This list item has a right padding of 25 pixels, which will appear to the left of the gray padding of the UL"
text run at (607,20) width 50: "element."

Powered by Google App Engine
This is Rietveld 408576698