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

Unified Diff: LayoutTests/platform/mac/css1/classification/list_style-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/classification/list_style-expected.txt
diff --git a/LayoutTests/platform/mac/css1/classification/list_style-expected.txt b/LayoutTests/platform/mac/css1/classification/list_style-expected.txt
index 596af823638abcd10480018c56759066ee4cba43..c63f39343a882a2fa8fdbedaaa814a73be512512 100644
--- a/LayoutTests/platform/mac/css1/classification/list_style-expected.txt
+++ b/LayoutTests/platform/mac/css1/classification/list_style-expected.txt
@@ -14,14 +14,14 @@ layer at (0,0) size 800x600
text run at (483,15) width 1: " "
RenderBlock {HR} at (0,77) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock {UL} at (0,95) size 784x36
- RenderListItem {LI} at (40,0) size 744x36
- RenderListMarker at (0,0) size 19.55x18: "A"
+ LayoutListItem {LI} at (40,0) size 744x36
+ LayoutListMarker at (0,0) size 19.55x18: "A"
RenderText {#text} at (19,0) size 695x36
text run at (19,0) width 676: "The text in this item should not behave as expected; that is, it should line up with the capital-A on the left"
text run at (0,18) width 345: "margin, leaving no blank space beneath the capital-A."
RenderBlock {UL} at (0,147) size 784x37
- RenderListItem {LI} at (40,0) size 744x37
- RenderListMarker at (-22,0) size 15x15
+ LayoutListItem {LI} at (40,0) size 744x37
+ LayoutListMarker at (-22,0) size 15x15
RenderText {#text} at (0,1) size 727x36
text run at (0,1) width 489: "The text in this item have an orange square for its bullet; failing that, a disc. "
text run at (488,1) width 239: "Also, the bullet should be outside the"
@@ -39,14 +39,14 @@ layer at (0,0) size 800x600
text run at (4,4) width 4: " "
LayoutTableCell {TD} at (12,26) size 770x113 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
RenderBlock {UL} at (4,4) size 762x36
- RenderListItem {LI} at (40,0) size 722x36
- RenderListMarker at (0,0) size 19.55x18: "A"
+ LayoutListItem {LI} at (40,0) size 722x36
+ LayoutListMarker at (0,0) size 19.55x18: "A"
RenderText {#text} at (19,0) size 695x36
text run at (19,0) width 676: "The text in this item should not behave as expected; that is, it should line up with the capital-A on the left"
text run at (0,18) width 345: "margin, leaving no blank space beneath the capital-A."
RenderBlock {UL} at (4,56) size 762x37
- RenderListItem {LI} at (40,0) size 722x37
- RenderListMarker at (-22,0) size 15x15
+ LayoutListItem {LI} at (40,0) size 722x37
+ LayoutListMarker at (-22,0) size 15x15
RenderText {#text} at (0,1) size 703x36
text run at (0,1) width 489: "The text in this item have an orange square for its bullet; failing that, a disc. "
text run at (488,1) width 215: "Also, the bullet should be outside"

Powered by Google App Engine
This is Rietveld 408576698