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

Unified Diff: LayoutTests/platform/linux/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/linux/fast/lists/markers-in-selection-expected.txt
diff --git a/LayoutTests/platform/linux/fast/lists/markers-in-selection-expected.txt b/LayoutTests/platform/linux/fast/lists/markers-in-selection-expected.txt
index f847a8d08db69103f9bce24ec8cf0cceef3663b9..cafda117f1bc7a963663ce22432e375b130c822a 100644
--- a/LayoutTests/platform/linux/fast/lists/markers-in-selection-expected.txt
+++ b/LayoutTests/platform/linux/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,72) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock {UL} at (0,90) size 784x20
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 150x19
text run at (0,0) width 150: "Item with outside marker"
RenderBlock {UL} at (0,126) size 784x20
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (-1,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (-1,0) size 7x19: bullet
RenderText {#text} at (15,0) size 141x19
text run at (15,0) width 141: "Item with inside marker"
RenderBlock {UL} at (0,162) size 784x20
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (-17,5) size 10x10
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (-17,5) size 10x10
RenderText {#text} at (0,0) size 189x19
text run at (0,0) width 189: "Item with outside image marker"
RenderBlock {UL} at (0,198) size 784x20
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (0,5) size 10x10
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (0,5) size 10x10
RenderText {#text} at (17,0) size 180x19
text run at (17,0) width 180: "Item with inside image marker"
RenderBlock {OL} at (0,234) size 784x40
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (-21,0) size 16x19: "1"
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (-21,0) size 16x19: "1"
RenderText {#text} at (0,0) size 148x19
text run at (0,0) width 148: "Item with outside ordinal"
- RenderListItem {LI} at (40,20) size 744x20
- RenderListMarker at (-21,0) size 16x19: "2"
+ LayoutListItem {LI} at (40,20) size 744x20
+ LayoutListMarker at (-21,0) size 16x19: "2"
RenderText {#text} at (0,0) size 97x19
text run at (0,0) width 97: "and another one"
RenderBlock {OL} at (0,290) size 784x40
- RenderListItem {LI} at (40,0) size 744x20
- RenderListMarker at (0,0) size 16x19: "1"
+ LayoutListItem {LI} at (40,0) size 744x20
+ LayoutListMarker at (0,0) size 16x19: "1"
RenderText {#text} at (16,0) size 139x19
text run at (16,0) width 139: "Item with inside ordinal"
- RenderListItem {LI} at (40,20) size 744x20
- RenderListMarker at (0,0) size 16x19: "2"
+ LayoutListItem {LI} at (40,20) size 744x20
+ LayoutListMarker at (0,0) size 16x19: "2"
RenderText {#text} at (16,0) size 97x19
text run at (16,0) width 97: "and another one"
RenderBlock {HR} at (0,346) size 784x2 [border: (1px inset #EEEEEE)]

Powered by Google App Engine
This is Rietveld 408576698