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

Unified Diff: LayoutTests/platform/linux/fast/block/float/018-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/linux/fast/block/float/018-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/float/018-expected.txt b/LayoutTests/platform/linux/fast/block/float/018-expected.txt
index 14b50cc128cc9b9c5d0c24383931b13ce4f5f5c1..e849fd7576876f7deae803ff283297153641909a 100644
--- a/LayoutTests/platform/linux/fast/block/float/018-expected.txt
+++ b/LayoutTests/platform/linux/fast/block/float/018-expected.txt
@@ -4,9 +4,9 @@ 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 110x90 [bgcolor=#808080]
- RenderImage {IMG} at (60,0) size 50x50 [bgcolor=#FFFF00]
+ LayoutImage {IMG} at (60,0) size 50x50 [bgcolor=#FFFF00]
RenderText {#text} at (0,0) size 31x19
text run at (0,0) width 31: "Blah."
- RenderImage {IMG} at (7,20) size 50x50 [bgcolor=#FF0000]
+ LayoutImage {IMG} at (7,20) size 50x50 [bgcolor=#FF0000]
RenderText {#text} at (0,70) size 89x19
text run at (0,70) width 89: "Blah blah blah."

Powered by Google App Engine
This is Rietveld 408576698