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

Unified Diff: LayoutTests/platform/win/editing/unsupported-content/list-type-before-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/unsupported-content/list-type-before-expected.txt
diff --git a/LayoutTests/platform/win/editing/unsupported-content/list-type-before-expected.txt b/LayoutTests/platform/win/editing/unsupported-content/list-type-before-expected.txt
index cf0ca0148805b10c4e9334992e976690406560e6..21d27cea37190b62aa3a11d902fce70266cc0c32 100644
--- a/LayoutTests/platform/win/editing/unsupported-content/list-type-before-expected.txt
+++ b/LayoutTests/platform/win/editing/unsupported-content/list-type-before-expected.txt
@@ -40,31 +40,31 @@ layer at (0,0) size 800x600
text run at (97,69) width 410: "Typed text should appear at the start of the first list item."
RenderBlock {DIV} at (0,230) size 784x133 [border: (2px solid #008000)]
RenderBlock {UL} at (2,26) size 780x81
- RenderListItem {LI} at (40,0) size 740x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,0) size 740x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 113x26
text run at (0,0) width 113: "xxxline one"
- RenderListItem {LI} at (40,27) size 740x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,27) size 740x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 78x26
text run at (0,0) width 78: "line two"
- RenderListItem {LI} at (40,54) size 740x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,54) size 740x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 90x26
text run at (0,0) width 90: "line three"
RenderBlock {DIV} at (0,373) size 784x133
RenderBlock {DIV} at (0,0) size 784x133 [border: (2px solid #FF0000)]
RenderBlock {UL} at (2,26) size 780x81
- RenderListItem {LI} at (40,0) size 740x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,0) size 740x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 113x26
text run at (0,0) width 113: "xxxline one"
- RenderListItem {LI} at (40,27) size 740x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,27) size 740x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 78x26
text run at (0,0) width 78: "line two"
- RenderListItem {LI} at (40,54) size 740x27
- RenderListMarker at (-22,0) size 9x26: bullet
+ LayoutListItem {LI} at (40,54) size 740x27
+ LayoutListMarker at (-22,0) size 9x26: bullet
RenderText {#text} at (0,0) size 90x26
text run at (0,0) width 90: "line three"
caret: position 3 of child 0 {#text} of child 1 {LI} of child 1 {UL} of child 1 {DIV} of child 5 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698