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

Unified Diff: LayoutTests/platform/linux/fast/inline/emptyInlinesWithinLists-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/linux/fast/inline/emptyInlinesWithinLists-expected.txt
diff --git a/LayoutTests/platform/linux/fast/inline/emptyInlinesWithinLists-expected.txt b/LayoutTests/platform/linux/fast/inline/emptyInlinesWithinLists-expected.txt
index f81609cbfdd0037b8c627d081d42a18242db8691..b6db89fdad01fa9d29ec2282ca992e9728f1e4de 100644
--- a/LayoutTests/platform/linux/fast/inline/emptyInlinesWithinLists-expected.txt
+++ b/LayoutTests/platform/linux/fast/inline/emptyInlinesWithinLists-expected.txt
@@ -7,22 +7,22 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 428x19
text run at (0,0) width 428: "This test demonstrates our behavior regarding empty inlines in list items."
RenderBlock {UL} at (0,36) size 784x100
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderInline {SPAN} at (0,0) size 4x23 [border: (2px solid #FF0000)]
- RenderListItem {LI} at (40,20) size 744x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,20) size 744x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)]
RenderText {#text} at (8,0) size 27x19
text run at (8,0) width 27: "Text"
- RenderListItem {LI} at (40,40) size 744x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,40) size 744x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 85x19
text run at (0,0) width 85: "TextTextText "
RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)]
RenderBlock (anonymous) at (40,60) size 744x20
RenderInline {SPAN} at (0,0) size 8x27 [border: (2px solid #FF0000)]
- RenderListItem {LI} at (40,80) size 744x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,80) size 744x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 27x19
text run at (0,0) width 27: "Text"

Powered by Google App Engine
This is Rietveld 408576698