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

Unified Diff: LayoutTests/platform/win/editing/deleting/delete-listitem-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/editing/deleting/delete-listitem-002-expected.txt
diff --git a/LayoutTests/platform/win/editing/deleting/delete-listitem-002-expected.txt b/LayoutTests/platform/win/editing/deleting/delete-listitem-002-expected.txt
index a361cdf9fdac75455c618375eb70bc62f1254e93..7f12a7e07d8f988ad0705f2b13d32656728ac557 100644
--- a/LayoutTests/platform/win/editing/deleting/delete-listitem-002-expected.txt
+++ b/LayoutTests/platform/win/editing/deleting/delete-listitem-002-expected.txt
@@ -28,23 +28,23 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x211 [border: (2px solid #FF0000)]
RenderBlock {UL} at (14,38) size 756x135
- RenderListItem {LI} at (40,0) size 716x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,0) size 716x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 35x26
text run at (0,0) width 35: "one"
- RenderListItem {LI} at (40,27) size 716x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,27) size 716x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 36x26
text run at (0,0) width 36: "two"
- RenderListItem {LI} at (40,54) size 716x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,54) size 716x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
LayoutBR {BR} at (0,0) size 0x26
- RenderListItem {LI} at (40,81) size 716x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,81) size 716x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 40x26
text run at (0,0) width 40: "four"
- RenderListItem {LI} at (40,108) size 716x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,108) size 716x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 38x26
text run at (0,0) width 38: "five"
caret: position 0 of child 0 {BR} of child 5 {LI} of child 1 {UL} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698