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

Unified Diff: LayoutTests/platform/win/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/win/svg/custom/object-sizing-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/object-sizing-expected.txt b/LayoutTests/platform/win/svg/custom/object-sizing-expected.txt
index dbbc083c90dc532ae6e05e166b9048719a1fde6a..b5824336c389643bd62d517f148ed3e3566b5ad9 100644
--- a/LayoutTests/platform/win/svg/custom/object-sizing-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/object-sizing-expected.txt
@@ -12,8 +12,8 @@ layer at (0,0) size 800x391
RenderText {#text} at (0,0) size 169x26
text run at (0,0) width 169: "Expected results"
RenderBlock {ul} at (0,312.81) size 784x54
- RenderListItem {li} at (40,0) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {li} at (40,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 29x17
text run at (0,0) width 29: "The "
RenderInline {code} at (0,0) size 25x16
@@ -21,8 +21,8 @@ layer at (0,0) size 800x391
text run at (28,2) width 25: "div"
RenderText {#text} at (52,0) size 248x17
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 7x17: bullet
+ LayoutListItem {li} at (40,18) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 29x17
text run at (0,0) width 29: "The "
RenderInline {code} at (0,0) size 49x16
@@ -30,8 +30,8 @@ layer at (0,0) size 800x391
text run at (28,2) width 49: "object"
RenderText {#text} at (76,0) size 278x17
text run at (76,0) width 278: " appears in orange. Its height is set at 13em"
- RenderListItem {li} at (40,36) size 744x18
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {li} at (40,36) size 744x18
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 174x17
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