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

Unified Diff: LayoutTests/platform/win-xp/fast/forms/image-border-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/fast/forms/image-border-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/forms/image-border-expected.txt b/LayoutTests/platform/win-xp/fast/forms/image-border-expected.txt
index 35973692e323c3406cdb1a4fb4ccd89f2a177202..6cda1b965a5357f4c2a681dd57e3b482b30fa287 100644
--- a/LayoutTests/platform/win-xp/fast/forms/image-border-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/forms/image-border-expected.txt
@@ -11,10 +11,10 @@ layer at (0,0) size 800x600
RenderBlock (anonymous) at (0,56) size 784x55
RenderText {#text} at (0,35) size 52x19
text run at (0,35) width 52: "border:0"
- RenderImage {IMG} at (52,0) size 338x50
+ LayoutImage {IMG} at (52,0) size 338x50
RenderBlock {HR} at (0,119) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock (anonymous) at (0,129) size 784x57
RenderText {#text} at (0,37) size 52x19
text run at (0,37) width 52: "border:1"
- RenderImage {IMG} at (52,0) size 340x52 [border: (1px solid #000000)]
+ LayoutImage {IMG} at (52,0) size 340x52 [border: (1px solid #000000)]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698