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

Unified Diff: LayoutTests/platform/win-xp/fast/lists/big-list-marker-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/big-list-marker-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/lists/big-list-marker-expected.txt b/LayoutTests/platform/win-xp/fast/lists/big-list-marker-expected.txt
index 376151be96c409155b8aca08eea4ff24c2d4ffb1..e5410019464e1fcf44d62e5f06878ff38cc2d305 100644
--- a/LayoutTests/platform/win-xp/fast/lists/big-list-marker-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/lists/big-list-marker-expected.txt
@@ -8,7 +8,7 @@ layer at (0,0) size 800x600
text run at (0,0) width 492: "This tests that the size of the list marker is not effected by the width of the border. "
text run at (492,0) width 101: "See bug #11957"
RenderBlock {UL} at (0,36) size 784x40 [border: (10px dashed #000000)]
- RenderListItem {LI} at (50,10) size 724x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (50,10) size 724x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 251x19
text run at (0,0) width 251: "The list-marker should be the normal size."

Powered by Google App Engine
This is Rietveld 408576698