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

Unified Diff: LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-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/css2.1/t1205-c565-list-pos-00-b-expected.txt
diff --git a/LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt b/LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt
index 5e9393e06658ad15bb5c6504fe652e66e911381b..9d2cef406cc418f01828076159938fb4d3d097d6 100644
--- a/LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt
+++ b/LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt
@@ -7,16 +7,16 @@ layer at (0,0) size 800x96
RenderText {#text} at (0,0) size 370x18
text run at (0,0) width 370: "The following two boxes should be identical, to the pixel."
RenderBlock {OL} at (80,34) size 160x18 [color=#FFFFFF] [bgcolor=#000080]
- RenderListItem {LI} at (0,0) size 160x18
- RenderListMarker at (-20,0) size 16x18: "1"
+ LayoutListItem {LI} at (0,0) size 160x18
+ LayoutListMarker at (-20,0) size 16x18: "1"
RenderInline {SPAN} at (0,0) size 12x18 [color=#000080]
RenderText {#text} at (0,0) size 12x18
text run at (0,0) width 12: "1."
RenderText {#text} at (12,0) size 32x18
text run at (12,0) width 32: " Test"
RenderBlock {OL} at (80,53.59) size 160x18 [color=#000080] [bgcolor=#000080]
- RenderListItem {LI} at (0,0) size 160x18
- RenderListMarker at (0,0) size 16x18: "1"
+ LayoutListItem {LI} at (0,0) size 160x18
+ LayoutListMarker at (0,0) size 16x18: "1"
RenderInline {SPAN} at (0,0) size 28x18 [color=#FFFFFF]
RenderText {#text} at (16,0) size 28x18
text run at (16,0) width 28: "Test"

Powered by Google App Engine
This is Rietveld 408576698