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

Unified Diff: LayoutTests/platform/linux/editing/unsupported-content/list-type-after-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/unsupported-content/list-type-after-expected.txt
diff --git a/LayoutTests/platform/linux/editing/unsupported-content/list-type-after-expected.txt b/LayoutTests/platform/linux/editing/unsupported-content/list-type-after-expected.txt
index ca6e1cb2f1c6382586e617a39ca815af03bff5c2..fff05c00c0486001f890d87fbdf331a599772986 100644
--- a/LayoutTests/platform/linux/editing/unsupported-content/list-type-after-expected.txt
+++ b/LayoutTests/platform/linux/editing/unsupported-content/list-type-after-expected.txt
@@ -43,31 +43,31 @@ layer at (0,0) size 800x600
text run at (100,69) width 418: "Typed text should appear after (on the line below) the list."
RenderBlock {DIV} at (0,230) size 784x136 [border: (2px solid #008000)]
RenderBlock {UL} at (2,26) size 780x84
- RenderListItem {LI} at (40,0) size 740x28
- RenderListMarker at (-22,0) size 9x27: bullet
+ LayoutListItem {LI} at (40,0) size 740x28
+ LayoutListMarker at (-22,0) size 9x27: bullet
RenderText {#text} at (0,0) size 76x27
text run at (0,0) width 76: "line one"
- RenderListItem {LI} at (40,28) size 740x28
- RenderListMarker at (-22,0) size 9x27: bullet
+ LayoutListItem {LI} at (40,28) size 740x28
+ LayoutListMarker at (-22,0) size 9x27: bullet
RenderText {#text} at (0,0) size 77x27
text run at (0,0) width 77: "line two"
- RenderListItem {LI} at (40,56) size 740x28
- RenderListMarker at (-22,0) size 9x27: bullet
+ LayoutListItem {LI} at (40,56) size 740x28
+ LayoutListMarker at (-22,0) size 9x27: bullet
RenderText {#text} at (0,0) size 126x27
text run at (0,0) width 126: "line threexxx"
RenderBlock {DIV} at (0,376) size 784x136
RenderBlock {DIV} at (0,0) size 784x136 [border: (2px solid #FF0000)]
RenderBlock {UL} at (2,26) size 780x84
- RenderListItem {LI} at (40,0) size 740x28
- RenderListMarker at (-22,0) size 9x27: bullet
+ LayoutListItem {LI} at (40,0) size 740x28
+ LayoutListMarker at (-22,0) size 9x27: bullet
RenderText {#text} at (0,0) size 76x27
text run at (0,0) width 76: "line one"
- RenderListItem {LI} at (40,28) size 740x28
- RenderListMarker at (-22,0) size 9x27: bullet
+ LayoutListItem {LI} at (40,28) size 740x28
+ LayoutListMarker at (-22,0) size 9x27: bullet
RenderText {#text} at (0,0) size 77x27
text run at (0,0) width 77: "line two"
- RenderListItem {LI} at (40,56) size 740x28
- RenderListMarker at (-22,0) size 9x27: bullet
+ LayoutListItem {LI} at (40,56) size 740x28
+ LayoutListMarker at (-22,0) size 9x27: bullet
RenderText {#text} at (0,0) size 126x27
text run at (0,0) width 126: "line threexxx"
caret: position 13 of child 0 {#text} of child 5 {LI} of child 1 {UL} of child 1 {DIV} of child 5 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698