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

Unified Diff: LayoutTests/platform/linux/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/linux/css1/classification/list_style_position-expected.txt
diff --git a/LayoutTests/platform/linux/css1/classification/list_style_position-expected.txt b/LayoutTests/platform/linux/css1/classification/list_style_position-expected.txt
index 9299f7d9cc3e46c7cd078333b44cc26e2bc185d3..a676a22948b74ebec5a97f532d8c6e1381929cae 100644
--- a/LayoutTests/platform/linux/css1/classification/list_style_position-expected.txt
+++ b/LayoutTests/platform/linux/css1/classification/list_style_position-expected.txt
@@ -15,14 +15,14 @@ layer at (0,0) size 800x600
text run at (0,32) width 0: " "
RenderBlock {HR} at (0,97) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock {UL} at (0,115) size 784x40
- RenderListItem {LI} at (40,0) size 744x40
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 744x40
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 718x39
text run at (0,0) width 718: "The text in this item should behave as expected; that is, it should line up with itself on the left margin, leaving blank space"
text run at (0,20) width 109: "beneath the bullet."
RenderBlock {UL} at (0,171) size 784x40
- RenderListItem {LI} at (40,0) size 744x40
- RenderListMarker at (-1,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 744x40
+ LayoutListMarker at (-1,0) size 7x19: bullet
RenderText {#text} at (15,0) size 726x39
text run at (15,0) width 711: "The text in this item should not behave as expected; that is, it should line up with the bullet on the left margin, leaving no"
text run at (0,20) width 185: "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,28) size 770x120 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
RenderBlock {UL} at (4,4) size 762x40
- RenderListItem {LI} at (40,0) size 722x40
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 722x40
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 718x39
text run at (0,0) width 718: "The text in this item should behave as expected; that is, it should line up with itself on the left margin, leaving blank space"
text run at (0,20) width 109: "beneath the bullet."
RenderBlock {UL} at (4,60) size 762x40
- RenderListItem {LI} at (40,0) size 722x40
- RenderListMarker at (-1,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 722x40
+ LayoutListMarker at (-1,0) size 7x19: bullet
RenderText {#text} at (15,0) size 707x39
text run at (15,0) width 692: "The text in this item should not behave as expected; that is, it should line up with the bullet on the left margin, leaving"
text run at (0,20) width 204: "no blank space beneath the bullet."

Powered by Google App Engine
This is Rietveld 408576698