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

Unified Diff: LayoutTests/platform/win/fast/lists/002-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/lists/002-expected.txt
diff --git a/LayoutTests/platform/win/fast/lists/002-expected.txt b/LayoutTests/platform/win/fast/lists/002-expected.txt
index 57dcc2b3d8a3fc86dd0c2c83fb0f26493ccc002f..b07ec393489b6323c4c692df93419171763bc8ad 100644
--- a/LayoutTests/platform/win/fast/lists/002-expected.txt
+++ b/LayoutTests/platform/win/fast/lists/002-expected.txt
@@ -5,13 +5,13 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x576
RenderBlock {DIV} at (0,0) size 784x36
RenderBlock {UL} at (0,0) size 784x36
- 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 {A} at (0,0) size 40x17 [color=#0000EE]
RenderText {#text} at (704,0) size 40x17
text run at (704,0) width 40: "Home"
- 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 {A} at (0,0) size 58x17 [color=#0000EE]
RenderText {#text} at (686,0) size 58x17
text run at (686,0) width 58: "Archives"

Powered by Google App Engine
This is Rietveld 408576698