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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/forms/image-border-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/image-border-expected.txt b/LayoutTests/platform/mac/fast/forms/image-border-expected.txt
index eb7e76a1bc2c1d25a3be31f7298b66a718806319..21e63ef88957d19936a9c6a5e8e489c9cdcbc4f2 100644
--- a/LayoutTests/platform/mac/fast/forms/image-border-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/image-border-expected.txt
@@ -11,10 +11,10 @@ layer at (0,0) size 800x600
RenderBlock (anonymous) at (0,52) size 784x54
RenderText {#text} at (0,36) size 55x18
text run at (0,36) width 55: "border:0"
- RenderImage {IMG} at (54.20,0) size 338x50
+ LayoutImage {IMG} at (54.20,0) size 338x50
RenderBlock {HR} at (0,114) size 784x2 [border: (1px inset #EEEEEE)]
RenderBlock (anonymous) at (0,124) size 784x56
RenderText {#text} at (0,38) size 55x18
text run at (0,38) width 55: "border:1"
- RenderImage {IMG} at (54.20,0) size 340x52 [border: (1px solid #000000)]
+ LayoutImage {IMG} at (54.20,0) size 340x52 [border: (1px solid #000000)]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698