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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/lists/list-item-line-height-expected.txt
diff --git a/LayoutTests/platform/mac/fast/lists/list-item-line-height-expected.txt b/LayoutTests/platform/mac/fast/lists/list-item-line-height-expected.txt
index 42e8781e5bb1d59034c3aa950570175f6615bef3..9ee643a4a1ec2247ef347e57ed9c5cff2320ae42 100644
--- a/LayoutTests/platform/mac/fast/lists/list-item-line-height-expected.txt
+++ b/LayoutTests/platform/mac/fast/lists/list-item-line-height-expected.txt
@@ -7,25 +7,25 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 707x18
text run at (0,0) width 707: "This test demonstrates that list items are not affected by the quirk that shrinks line boxes with no text children."
RenderBlock {UL} at (0,34) 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 27x18
RenderText {#text} at (0,6) size 27x18
text run at (0,6) width 27: "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 30x18
RenderText {#text} at (0,6) size 30x18
text run at (0,6) width 30: "Two"
RenderText {#text} at (0,0) size 0x0
RenderBlock {UL} at (0,110) size 784x60
- RenderListItem {LI} at (40,0) size 744x30
+ LayoutListItem {LI} at (40,0) size 744x30
RenderInline {SPAN} at (0,0) size 38x18
RenderText {#text} at (0,6) size 38x18
text run at (0,6) width 38: "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 31x18
RenderText {#text} at (0,6) size 31x18
text run at (0,6) width 31: "Four"

Powered by Google App Engine
This is Rietveld 408576698