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

Unified Diff: LayoutTests/platform/win-xp/fast/lists/list-item-line-height-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/fast/lists/list-item-line-height-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/lists/list-item-line-height-expected.txt b/LayoutTests/platform/win-xp/fast/lists/list-item-line-height-expected.txt
index 012ae3c270cca1b78889bc6cc7919d6974f0df85..eb5e50b6a2aab4447eea19def744b0dc857a1905 100644
--- a/LayoutTests/platform/win-xp/fast/lists/list-item-line-height-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/lists/list-item-line-height-expected.txt
@@ -7,25 +7,25 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 654x19
text run at (0,0) width 654: "This test demonstrates that list items are not affected by the quirk that shrinks line boxes with no text children."
RenderBlock {UL} at (0,36) size 784x60
- RenderListItem {LI} at (40,0) size 744x30
- RenderListMarker at (-17,10) size 10x10
+ LayoutListItem {LI} at (40,0) size 744x30
+ LayoutListMarker at (-17,10) size 10x10
RenderInline {SPAN} at (0,0) size 26x19
RenderText {#text} at (0,5) size 26x19
text run at (0,5) width 26: "One"
RenderText {#text} at (0,0) size 0x0
- RenderListItem {LI} at (40,30) size 744x30
- RenderListMarker at (-17,10) size 10x10
+ LayoutListItem {LI} at (40,30) size 744x30
+ LayoutListMarker at (-17,10) size 10x10
RenderInline {SPAN} at (0,0) size 28x19
RenderText {#text} at (0,5) size 28x19
text run at (0,5) width 28: "Two"
RenderText {#text} at (0,0) size 0x0
RenderBlock {UL} at (0,112) size 784x60
- RenderListItem {LI} at (40,0) size 744x30
+ LayoutListItem {LI} at (40,0) size 744x30
RenderInline {SPAN} at (0,0) size 35x19
RenderText {#text} at (0,5) size 35x19
text run at (0,5) width 35: "Three"
RenderText {#text} at (0,0) size 0x0
- RenderListItem {LI} at (40,30) size 744x30
+ LayoutListItem {LI} at (40,30) size 744x30
RenderInline {SPAN} at (0,0) size 29x19
RenderText {#text} at (0,5) size 29x19
text run at (0,5) width 29: "Four"

Powered by Google App Engine
This is Rietveld 408576698