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

Unified Diff: LayoutTests/platform/win/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/win/fast/inline/emptyInlinesWithinLists-expected.txt
diff --git a/LayoutTests/platform/win/fast/inline/emptyInlinesWithinLists-expected.txt b/LayoutTests/platform/win/fast/inline/emptyInlinesWithinLists-expected.txt
index 0f0f2c8317c5bfa7b5ab68dd8c3773baebb210ae..1e615c79352664c01cb8d67699ee46f3ff87f221 100644
--- a/LayoutTests/platform/win/fast/inline/emptyInlinesWithinLists-expected.txt
+++ b/LayoutTests/platform/win/fast/inline/emptyInlinesWithinLists-expected.txt
@@ -7,22 +7,22 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 468x17
text run at (0,0) width 468: "This test demonstrates our behavior regarding empty inlines in list items."
RenderBlock {UL} at (0,34) size 784x90
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderInline {SPAN} at (0,0) size 4x21 [border: (2px solid #FF0000)]
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderInline {SPAN} at (0,0) size 8x25 [border: (2px solid #FF0000)]
RenderText {#text} at (8,0) size 30x17
text run at (8,0) width 30: "Text"
- RenderListItem {LI} at (40,36) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (40,36) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 92x17
text run at (0,0) width 92: "TextTextText "
RenderInline {SPAN} at (0,0) size 9x25 [border: (2px solid #FF0000)]
RenderBlock (anonymous) at (40,54) size 744x18
RenderInline {SPAN} at (0,0) size 8x25 [border: (2px solid #FF0000)]
- RenderListItem {LI} at (40,72) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (40,72) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 30x17
text run at (0,0) width 30: "Text"

Powered by Google App Engine
This is Rietveld 408576698