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

Unified Diff: LayoutTests/platform/android/fast/block/float/017-expected.txt

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/android/fast/block/float/017-expected.txt
diff --git a/LayoutTests/platform/android/fast/block/float/017-expected.txt b/LayoutTests/platform/android/fast/block/float/017-expected.txt
index 2fb8155f8775bb022b79ac86e4e0dd0ec2de89fb..08648dd1e922038908f9be6715ac703e41d34472 100644
--- a/LayoutTests/platform/android/fast/block/float/017-expected.txt
+++ b/LayoutTests/platform/android/fast/block/float/017-expected.txt
@@ -4,10 +4,10 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 454x173 [border: (2px solid #008000)]
- RenderImage {IMG} at (2,2) size 450x29 [bgcolor=#FFFF00]
+ LayoutImage {IMG} at (2,2) size 450x29 [bgcolor=#FFFF00]
RenderText {#text} at (0,0) size 0x0
RenderBR {BR} at (0,0) size 0x0
- RenderImage {IMG} at (2,31) size 250x125 [bgcolor=#FFA500]
+ LayoutImage {IMG} at (2,31) size 250x125 [bgcolor=#FFA500]
RenderText {#text} at (255,31) size 197x139
text run at (255,31) width 197: "Theme Park Roller Coaster is an"
text run at (255,51) width 164: "excellent game that lets you"
@@ -18,7 +18,7 @@ layer at (0,0) size 800x600
text run at (255,151) width 30: "PS2."
RenderBlock {P} at (0,189) size 784x0
RenderBlock {DIV} at (0,189) size 304x44 [border: (2px solid #008000)]
- RenderImage {IMG} at (197,5) size 105x70 [bgcolor=#800080]
+ LayoutImage {IMG} at (197,5) size 105x70 [bgcolor=#800080]
RenderText {#text} at (2,2) size 139x19
text run at (2,2) width 139: "First non-breaking line."
RenderInline {NOBR} at (0,0) size 158x19

Powered by Google App Engine
This is Rietveld 408576698