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

Unified Diff: LayoutTests/platform/win/css1/box_properties/padding_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/win/css1/box_properties/padding_left-expected.txt
diff --git a/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt b/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt
index d3467eb16ec715a9b86eae8cde3c616cb1f04e14..ca4a0cf1c3e465b7db79be3438a625c140db3dc0 100644
--- a/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt
+++ b/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt
@@ -46,12 +46,12 @@ layer at (0,0) size 785x1015 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (376,18) width 392: "Both the content background and the padding should be aqua"
text run at (192,36) width 76: "(light blue)."
RenderBlock {UL} at (0,421) size 769x72 [bgcolor=#808080]
- RenderListItem {LI} at (25,0) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (25,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 732x17
text run at (0,0) width 732: "The left padding on this unordered list has been set to 25 pixels, which will require some extra test in order to test."
- RenderListItem {LI} at (25,18) size 744x54 [bgcolor=#FFFFFF]
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (25,18) size 744x54 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (25,0) size 714x53
text run at (25,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 (25,18) width 61: "checked. "
@@ -99,13 +99,13 @@ layer at (0,0) size 785x1015 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (370,18) width 358: "Both the content background and the padding should be"
text run at (186,36) width 111: "aqua (light blue)."
RenderBlock {UL} at (4,264) size 747x90 [bgcolor=#808080]
- RenderListItem {LI} at (25,0) size 722x36
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (25,0) size 722x36
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 702x35
text run at (0,0) width 702: "The left padding on this unordered list has been set to 25 pixels, which will require some extra test in order to"
text run at (0,18) width 27: "test."
- RenderListItem {LI} at (25,36) size 722x54 [bgcolor=#FFFFFF]
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (25,36) size 722x54 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (25,0) size 670x53
text run at (25,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 (25,18) width 61: "checked. "

Powered by Google App Engine
This is Rietveld 408576698