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

Unified Diff: LayoutTests/platform/mac/css1/classification/list_style_position-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_position-expected.txt
diff --git a/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt b/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt
index 37db9cf92251eda436d80c2587696a677b0258f1..0334a14eb8d46f841fb346557d090b84ddaeab13 100644
--- a/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt
+++ b/LayoutTests/platform/mac/css1/classification/list_style_position-expected.txt
@@ -15,14 +15,14 @@ layer at (0,0) size 800x600
text run at (0,30) width 0: " "
RenderBlock {HR} at (0,92) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock {UL} at (0,110) size 784x36
- RenderListItem {LI} at (40,0) size 744x36
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 744x36
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 743x36
text run at (0,0) width 743: "The text in this item should behave as expected; that is, it should line up with itself on the left margin, leaving blank"
text run at (0,18) width 158: "space beneath the bullet."
RenderBlock {UL} at (0,162) size 784x36
- RenderListItem {LI} at (40,0) size 744x36
- RenderListMarker at (-1,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 744x36
+ LayoutListMarker at (-1,0) size 7x18: bullet
RenderText {#text} at (14,0) size 719x36
text run at (14,0) width 705: "The text in this item should not behave as expected; that is, it should line up with the bullet on the left margin,"
text run at (0,18) width 268: "leaving no blank space beneath the bullet."
@@ -39,14 +39,14 @@ layer at (0,0) size 800x600
text run at (4,4) width 4: " "
LayoutTableCell {TD} at (12,26) size 770x112 [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 (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 722x36
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 704x36
text run at (0,0) width 704: "The text in this item should behave as expected; that is, it should line up with itself on the left margin, leaving"
text run at (0,18) width 197: "blank space beneath the bullet."
RenderBlock {UL} at (4,56) size 762x36
- RenderListItem {LI} at (40,0) size 722x36
- RenderListMarker at (-1,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 722x36
+ LayoutListMarker at (-1,0) size 7x18: bullet
RenderText {#text} at (14,0) size 719x36
text run at (14,0) width 705: "The text in this item should not behave as expected; that is, it should line up with the bullet on the left margin,"
text run at (0,18) width 268: "leaving no blank space beneath the bullet."

Powered by Google App Engine
This is Rietveld 408576698