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

Unified Diff: LayoutTests/platform/win-xp/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/win-xp/css2.1/t1205-c565-list-pos-00-b-expected.txt
diff --git a/LayoutTests/platform/win-xp/css2.1/t1205-c565-list-pos-00-b-expected.txt b/LayoutTests/platform/win-xp/css2.1/t1205-c565-list-pos-00-b-expected.txt
index 63d939b53c0971d647a12300020765c3db6c783a..bd1a3052c6f4cc153acecc94b25762f63a31d50e 100644
--- a/LayoutTests/platform/win-xp/css2.1/t1205-c565-list-pos-00-b-expected.txt
+++ b/LayoutTests/platform/win-xp/css2.1/t1205-c565-list-pos-00-b-expected.txt
@@ -7,16 +7,16 @@ layer at (0,0) size 800x102
RenderText {#text} at (0,0) size 341x19
text run at (0,0) width 341: "The following two boxes should be identical, to the pixel."
RenderBlock {OL} at (80,36) size 160x20 [color=#FFFFFF] [bgcolor=#000080]
- RenderListItem {LI} at (0,0) size 160x20
- RenderListMarker at (-21,0) size 16x19: "1"
+ LayoutListItem {LI} at (0,0) size 160x20
+ LayoutListMarker at (-21,0) size 16x19: "1"
RenderInline {SPAN} at (0,0) size 12x19 [color=#000080]
RenderText {#text} at (0,0) size 12x19
text run at (0,0) width 12: "1."
RenderText {#text} at (12,0) size 30x19
text run at (12,0) width 30: " Test"
RenderBlock {OL} at (80,57.59) size 160x20 [color=#000080] [bgcolor=#000080]
- RenderListItem {LI} at (0,0) size 160x20
- RenderListMarker at (0,0) size 16x19: "1"
+ LayoutListItem {LI} at (0,0) size 160x20
+ LayoutListMarker at (0,0) size 16x19: "1"
RenderInline {SPAN} at (0,0) size 26x19 [color=#FFFFFF]
RenderText {#text} at (16,0) size 26x19
text run at (16,0) width 26: "Test"

Powered by Google App Engine
This is Rietveld 408576698