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

Unified Diff: LayoutTests/platform/mac/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/mac/css1/box_properties/padding_left-expected.txt
diff --git a/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt b/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt
index 8249c3cbc05f4fff6e0de5478d4523a5b4b1c87b..42d1b687429618087714ab96bbd6a409126506b2 100644
--- a/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt
+++ b/LayoutTests/platform/mac/css1/box_properties/padding_left-expected.txt
@@ -46,12 +46,12 @@ layer at (0,0) size 785x1009 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,415) size 769x72 [bgcolor=#808080]
- RenderListItem {LI} at (25,0) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (25,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 732x18
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 7x18: bullet
+ LayoutListItem {LI} at (25,18) size 744x54 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (25,0) size 714x54
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 785x1009 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 7x18: bullet
+ LayoutListItem {LI} at (25,0) size 722x36
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 702x36
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 7x18: bullet
+ LayoutListItem {LI} at (25,36) size 722x54 [bgcolor=#FFFFFF]
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (25,0) size 670x54
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