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

Unified Diff: LayoutTests/platform/linux/editing/deleting/delete-listitem-001-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/editing/deleting/delete-listitem-001-expected.txt
diff --git a/LayoutTests/platform/linux/editing/deleting/delete-listitem-001-expected.txt b/LayoutTests/platform/linux/editing/deleting/delete-listitem-001-expected.txt
index a57484faa0671b7252f9c78d1b6f79134a10d97b..fe03aa3a48a45e48eb339bcb535080ca28bd71b5 100644
--- a/LayoutTests/platform/linux/editing/deleting/delete-listitem-001-expected.txt
+++ b/LayoutTests/platform/linux/editing/deleting/delete-listitem-001-expected.txt
@@ -21,13 +21,13 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x160 [border: (2px solid #FF0000)]
RenderBlock {UL} at (14,38) size 756x84
- RenderListItem {LI} at (40,0) size 716x28
+ LayoutListItem {LI} at (40,0) size 716x28
RenderText {#text} at (0,0) size 84x27
text run at (0,0) width 84: "onethree"
- RenderListItem {LI} at (40,28) size 716x28
+ LayoutListItem {LI} at (40,28) size 716x28
RenderText {#text} at (0,0) size 40x27
text run at (0,0) width 40: "four"
- RenderListItem {LI} at (40,56) size 716x28
+ LayoutListItem {LI} at (40,56) size 716x28
RenderText {#text} at (0,0) size 37x27
text run at (0,0) width 37: "five"
caret: position 3 of child 0 {#text} of child 1 {LI} of child 1 {UL} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698