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

Unified Diff: LayoutTests/platform/mac/editing/selection/move-by-line-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/mac/editing/selection/move-by-line-002-expected.txt
diff --git a/LayoutTests/platform/mac/editing/selection/move-by-line-002-expected.txt b/LayoutTests/platform/mac/editing/selection/move-by-line-002-expected.txt
index 3483569813b386f7b6c9b7df898326ed23f2fbc6..e64783f860c0c437a8708d73927d280fd6ed1151 100644
--- a/LayoutTests/platform/mac/editing/selection/move-by-line-002-expected.txt
+++ b/LayoutTests/platform/mac/editing/selection/move-by-line-002-expected.txt
@@ -9,23 +9,23 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (0,0) size 784x216 [border: (2px solid #FF0000)]
RenderBlock {DIV} at (14,38) size 756x140
RenderBlock {OL} at (0,0) size 756x140
- RenderListItem {LI} at (40,0) size 716x28
- RenderListMarker at (-31,0) size 24x28: "1"
+ LayoutListItem {LI} at (40,0) size 716x28
+ LayoutListMarker at (-31,0) size 24x28: "1"
RenderText {#text} at (0,0) size 35x28
text run at (0,0) width 35: "one"
- RenderListItem {LI} at (40,28) size 716x28
- RenderListMarker at (-31,0) size 24x28: "2"
+ LayoutListItem {LI} at (40,28) size 716x28
+ LayoutListMarker at (-31,0) size 24x28: "2"
RenderText {#text} at (0,0) size 36x28
text run at (0,0) width 36: "two"
- RenderListItem {LI} at (40,56) size 716x28
- RenderListMarker at (-31,0) size 24x28: "3"
+ LayoutListItem {LI} at (40,56) size 716x28
+ LayoutListMarker at (-31,0) size 24x28: "3"
LayoutBR {BR} at (0,0) size 0x28
- RenderListItem {LI} at (40,84) size 716x28
- RenderListMarker at (-31,0) size 24x28: "4"
+ LayoutListItem {LI} at (40,84) size 716x28
+ LayoutListMarker at (-31,0) size 24x28: "4"
RenderText {#text} at (0,0) size 40x28
text run at (0,0) width 40: "four"
- RenderListItem {LI} at (40,112) size 716x28
- RenderListMarker at (-31,0) size 24x28: "5"
+ LayoutListItem {LI} at (40,112) size 716x28
+ LayoutListMarker at (-31,0) size 24x28: "5"
RenderText {#text} at (0,0) size 38x28
text run at (0,0) width 38: "five"
caret: position 0 of child 0 {BR} of child 2 {LI} of child 1 {OL} of child 1 {DIV} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698