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

Unified Diff: LayoutTests/platform/linux/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/linux/css1/classification/list_style-expected.txt
diff --git a/LayoutTests/platform/linux/css1/classification/list_style-expected.txt b/LayoutTests/platform/linux/css1/classification/list_style-expected.txt
index 3e8c2a405d6ca43027e53f6275e798f74073cd2e..82731e8324e50162f1e4c0f78fd49e3d28b23a92 100644
--- a/LayoutTests/platform/linux/css1/classification/list_style-expected.txt
+++ b/LayoutTests/platform/linux/css1/classification/list_style-expected.txt
@@ -14,14 +14,14 @@ layer at (0,0) size 800x600
text run at (496,16) width 0: " "
RenderBlock {HR} at (0,81) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock {UL} at (0,99) size 784x40
- RenderListItem {LI} at (40,0) size 744x40
- RenderListMarker at (0,0) size 19x19: "A"
+ LayoutListItem {LI} at (40,0) size 744x40
+ LayoutListMarker at (0,0) size 19x19: "A"
RenderText {#text} at (19,0) size 735x39
text run at (19,0) width 716: "The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin, leaving"
text run at (0,20) width 228: "no blank space beneath the capital-A."
RenderBlock {UL} at (0,155) size 784x40
- RenderListItem {LI} at (40,0) size 744x40
- RenderListMarker at (-22,0) size 15x15
+ LayoutListItem {LI} at (40,0) size 744x40
+ LayoutListMarker at (-22,0) size 15x15
RenderText {#text} at (0,0) size 737x39
text run at (0,0) width 448: "The text in this item have an orange square for its bullet; failing that, a disc. "
text run at (448,0) width 289: "Also, the bullet should be outside the text block,"
@@ -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 (0,0) size 19x19: "A"
+ LayoutListItem {LI} at (40,0) size 722x40
+ LayoutListMarker at (0,0) size 19x19: "A"
RenderText {#text} at (19,0) size 690x39
text run at (19,0) width 671: "The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin,"
text run at (0,20) width 273: "leaving no blank space beneath the capital-A."
RenderBlock {UL} at (4,60) size 762x40
- RenderListItem {LI} at (40,0) size 722x40
- RenderListMarker at (-22,0) size 15x15
+ LayoutListItem {LI} at (40,0) size 722x40
+ LayoutListMarker at (-22,0) size 15x15
RenderText {#text} at (0,0) size 695x39
text run at (0,0) width 448: "The text in this item have an orange square for its bullet; failing that, a disc. "
text run at (448,0) width 247: "Also, the bullet should be outside the text"

Powered by Google App Engine
This is Rietveld 408576698