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

Unified Diff: LayoutTests/platform/win/fast/repaint/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/fast/repaint/list-marker-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/list-marker-expected.txt b/LayoutTests/platform/win/fast/repaint/list-marker-expected.txt
index 8512e34c6c5fee941922d9337dc0c1faaa3b79b7..2c70b77d1a9d43414ed7bdf753cd4d2f6264de4b 100644
--- a/LayoutTests/platform/win/fast/repaint/list-marker-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/list-marker-expected.txt
@@ -17,30 +17,30 @@ layer at (0,0) size 800x600
RenderText {#text} at (375,18) size 5x17
text run at (375,18) width 5: "."
RenderBlock {UL} at (0,52) size 784x18
- RenderListItem {LI} at (40,0) size 744x18
+ LayoutListItem {LI} at (40,0) size 744x18
RenderBlock (anonymous) at (0,0) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 22x17
text run at (0,0) width 22: "foo"
RenderBlock {DIV} at (10,28) size 724x0
RenderBlock {UL} at (0,86) size 784x18
- RenderListItem {LI} at (40,0) size 744x18
+ LayoutListItem {LI} at (40,0) size 744x18
RenderBlock (anonymous) at (0,0) size 744x18
- RenderListMarker at (-1,0) size 7x17: bullet
+ LayoutListMarker at (-1,0) size 7x17: bullet
RenderText {#text} at (14,0) size 21x17
text run at (14,0) width 21: "bar"
RenderBlock {DIV} at (10,28) size 724x0
RenderBlock {UL} at (0,120) size 784x18
- RenderListItem {LI} at (0,0) size 744x18
+ LayoutListItem {LI} at (0,0) size 744x18
RenderBlock (anonymous) at (0,0) size 744x18
- RenderListMarker at (754,0) size 7x17: bullet
+ LayoutListMarker at (754,0) size 7x17: bullet
RenderText {#text} at (722,0) size 22x17
text run at (722,0) width 22: "foo"
RenderBlock {DIV} at (10,28) size 724x0
RenderBlock {UL} at (0,154) size 784x18
- RenderListItem {LI} at (0,0) size 744x18
+ LayoutListItem {LI} at (0,0) size 744x18
RenderBlock (anonymous) at (0,0) size 744x18
- RenderListMarker at (738,0) size 7x17: bullet
+ LayoutListMarker at (738,0) size 7x17: bullet
RenderText {#text} at (709,0) size 21x17
text run at (709,0) width 21: "bar"
RenderBlock {DIV} at (10,28) size 724x0

Powered by Google App Engine
This is Rietveld 408576698