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

Unified Diff: LayoutTests/platform/linux/fast/replaced/image-sizing-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/replaced/image-sizing-expected.txt
diff --git a/LayoutTests/platform/linux/fast/replaced/image-sizing-expected.txt b/LayoutTests/platform/linux/fast/replaced/image-sizing-expected.txt
index cb75c9224343d592e7212df9295d533b8cb6b3ff..614f4ffdabeb4105cac04f1a66dd8c25a501b37a 100644
--- a/LayoutTests/platform/linux/fast/replaced/image-sizing-expected.txt
+++ b/LayoutTests/platform/linux/fast/replaced/image-sizing-expected.txt
@@ -7,8 +7,8 @@ layer at (0,0) size 800x307
RenderText {#text} at (0,0) size 374x19
text run at (0,0) width 374: "These images should all look the same, square not rectangular."
RenderBlock {P} at (0,36) size 784x69
- RenderImage {IMG} at (0,0) size 64x64
+ LayoutImage {IMG} at (0,0) size 64x64
RenderBlock {P} at (0,121) size 784x69
- RenderImage {IMG} at (0,0) size 64x64
+ LayoutImage {IMG} at (0,0) size 64x64
RenderBlock {P} at (0,206) size 784x69
- RenderImage {IMG} at (0,0) size 64x64
+ LayoutImage {IMG} at (0,0) size 64x64

Powered by Google App Engine
This is Rietveld 408576698