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

Unified Diff: LayoutTests/platform/win/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/fast/forms/image-border-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/image-border-expected.txt b/LayoutTests/platform/win/fast/forms/image-border-expected.txt
index 4a82e8c71660deca82d58778db1e365bf0601b71..6bba9851e7b04f74a9abcd098e3ed5b04aebd1d6 100644
--- a/LayoutTests/platform/win/fast/forms/image-border-expected.txt
+++ b/LayoutTests/platform/win/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 55x17
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 55x17
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