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

Unified Diff: LayoutTests/platform/win-xp/svg/as-image/image-respects-deviceScaleFactor-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/win-xp/svg/as-image/image-respects-deviceScaleFactor-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/as-image/image-respects-deviceScaleFactor-expected.txt b/LayoutTests/platform/win-xp/svg/as-image/image-respects-deviceScaleFactor-expected.txt
index e51dbb8e89cc8fadf576fbee0921e75a7fdda70f..caddfe5b5c94716b556546a41bb62a0a817c5bb3 100644
--- a/LayoutTests/platform/win-xp/svg/as-image/image-respects-deviceScaleFactor-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/as-image/image-respects-deviceScaleFactor-expected.txt
@@ -7,8 +7,8 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 497x19
text run at (0,0) width 497: "This test passes if both of the circles have sharp edges when deviceScaleFactor=2."
RenderBlock (anonymous) at (0,36) size 784x133
- RenderImage {IMG} at (0,0) size 128x128
+ LayoutImage {IMG} at (0,0) size 128x128
RenderText {#text} at (128,113) size 4x19
text run at (128,113) width 4: " "
- RenderImage {IMG} at (132,0) size 128x128
+ LayoutImage {IMG} at (132,0) size 128x128
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698