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

Unified Diff: LayoutTests/platform/mac/fast/lists/markers-in-selection-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/mac/fast/lists/markers-in-selection-expected.txt
diff --git a/LayoutTests/platform/mac/fast/lists/markers-in-selection-expected.txt b/LayoutTests/platform/mac/fast/lists/markers-in-selection-expected.txt
index e09108844343f58e04a73bfd86440e43ff15dd6e..3405bc356d69b60d06272fd8cabd1e59024919fe 100644
--- a/LayoutTests/platform/mac/fast/lists/markers-in-selection-expected.txt
+++ b/LayoutTests/platform/mac/fast/lists/markers-in-selection-expected.txt
@@ -23,41 +23,41 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 0x0
RenderBlock {HR} at (0,68) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock {UL} at (0,86) size 784x18
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 162x18
text run at (0,0) width 162: "Item with outside marker"
RenderBlock {UL} at (0,120) size 784x18
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-1,0) size 7x18: bullet
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-1,0) size 7x18: bullet
RenderText {#text} at (14,0) size 154x18
text run at (14,0) width 154: "Item with inside marker"
RenderBlock {UL} at (0,154) size 784x18
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-17,4) size 10x10
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-17,4) size 10x10
RenderText {#text} at (0,0) size 205x18
text run at (0,0) width 205: "Item with outside image marker"
RenderBlock {UL} at (0,188) size 784x18
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (0,4) size 10x10
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (0,4) size 10x10
RenderText {#text} at (17,0) size 197x18
text run at (17,0) width 197: "Item with inside image marker"
RenderBlock {OL} at (0,222) size 784x36
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-20,0) size 16x18: "1"
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "1"
RenderText {#text} at (0,0) size 162x18
text run at (0,0) width 162: "Item with outside ordinal"
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (-20,0) size 16x18: "2"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "2"
RenderText {#text} at (0,0) size 103x18
text run at (0,0) width 103: "and another one"
RenderBlock {OL} at (0,274) size 784x36
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (0,0) size 16x18: "1"
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (0,0) size 16x18: "1"
RenderText {#text} at (16,0) size 154x18
text run at (16,0) width 154: "Item with inside ordinal"
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (0,0) size 16x18: "2"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (0,0) size 16x18: "2"
RenderText {#text} at (16,0) size 103x18
text run at (16,0) width 103: "and another one"
RenderBlock {HR} at (0,326) size 784x2 [border: (1px inset #EEEEEE)]

Powered by Google App Engine
This is Rietveld 408576698