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

Unified Diff: LayoutTests/platform/mac/fast/gradients/list-item-gradient-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/fast/gradients/list-item-gradient-expected.txt
diff --git a/LayoutTests/platform/mac/fast/gradients/list-item-gradient-expected.txt b/LayoutTests/platform/mac/fast/gradients/list-item-gradient-expected.txt
index 256dcda535f56710ce9b0a37bc1188aba4666651..b3b494c6ed49e06964612316cd506570f087563e 100644
--- a/LayoutTests/platform/mac/fast/gradients/list-item-gradient-expected.txt
+++ b/LayoutTests/platform/mac/fast/gradients/list-item-gradient-expected.txt
@@ -4,15 +4,15 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x576
RenderBlock {UL} at (0,0) size 784x54
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-14,7) size 7x7
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-14,7) size 7x7
RenderText {#text} at (0,0) size 60x18
text run at (0,0) width 60: "Item One"
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (-14,7) size 7x7
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-14,7) size 7x7
RenderText {#text} at (0,0) size 63x18
text run at (0,0) width 63: "Item Two"
- RenderListItem {LI} at (40,36) size 744x18
- RenderListMarker at (-14,7) size 7x7
+ LayoutListItem {LI} at (40,36) size 744x18
+ LayoutListMarker at (-14,7) size 7x7
RenderText {#text} at (0,0) size 71x18
text run at (0,0) width 71: "Item Three"

Powered by Google App Engine
This is Rietveld 408576698