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

Unified Diff: LayoutTests/platform/mac/svg/custom/object-sizing-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/svg/custom/object-sizing-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt b/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt
index 6ab6d95ecc14d068f2973bbe29ec8930272fe46b..ef8adf80b299988aa85f2d02b5f39412e14ceacd 100644
--- a/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt
@@ -12,8 +12,8 @@ layer at (0,0) size 800x392
RenderText {#text} at (0,0) size 169x28
text run at (0,0) width 169: "Expected results"
RenderBlock {ul} at (0,313.81) size 784x54
- RenderListItem {li} at (40,0) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {li} at (40,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 29x18
text run at (0,0) width 29: "The "
RenderInline {code} at (0,0) size 25x15
@@ -21,8 +21,8 @@ layer at (0,0) size 800x392
text run at (28,2) width 25: "div"
RenderText {#text} at (52,0) size 248x18
text run at (52,0) width 248: " containing the object appears in green"
- RenderListItem {li} at (40,18) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {li} at (40,18) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 29x18
text run at (0,0) width 29: "The "
RenderInline {code} at (0,0) size 48x15
@@ -30,8 +30,8 @@ layer at (0,0) size 800x392
text run at (28,2) width 48: "object"
RenderText {#text} at (75,0) size 278x18
text run at (75,0) width 278: " appears in orange. Its height is set at 13em"
- RenderListItem {li} at (40,36) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListItem {li} at (40,36) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderText {#text} at (0,0) size 174x18
text run at (0,0) width 174: "The blue line is 13em wide"
layer at (8,8) size 208x208

Powered by Google App Engine
This is Rietveld 408576698