Chromium Code Reviews

Unified Diff: LayoutTests/platform/mac/fast/replaced/border-radius-clip-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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/platform/mac/fast/replaced/border-radius-clip-expected.txt
diff --git a/LayoutTests/platform/mac/fast/replaced/border-radius-clip-expected.txt b/LayoutTests/platform/mac/fast/replaced/border-radius-clip-expected.txt
index e2cbeac7eaf3611710058ff94d7821045dae5bdf..7c1711da647ca05b218b9351e67b29fa9eae6c21 100644
--- a/LayoutTests/platform/mac/fast/replaced/border-radius-clip-expected.txt
+++ b/LayoutTests/platform/mac/fast/replaced/border-radius-clip-expected.txt
@@ -6,11 +6,11 @@ layer at (0,0) size 785x928 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderText {#text} at (0,0) size 467x18
text run at (0,0) width 467: "All of the replaced elements below should be clipped to a border-radius. "
RenderBR {BR} at (0,0) size 0x0
- RenderImage {IMG} at (0,18) size 100x100
+ LayoutImage {IMG} at (0,18) size 100x100
RenderText {#text} at (100,104) size 4x18
text run at (100,104) width 4: " "
RenderBR {BR} at (0,0) size 0x0
- RenderImage {INPUT} at (0,122) size 100x100
+ LayoutImage {INPUT} at (0,122) size 100x100
RenderText {#text} at (100,208) size 4x18
text run at (100,208) width 4: " "
RenderBR {BR} at (0,0) size 0x0
@@ -28,7 +28,7 @@ layer at (8,234) size 304x154
layer at (0,0) size 300x150
RenderBlock {HTML} at (0,0) size 300x150
RenderBody {BODY} at (0,0) size 300x150
- RenderImage {IMG} at (0,0) size 100x100
+ LayoutImage {IMG} at (0,0) size 100x100
layer at (8,392) size 300x150
LayoutVideo {VIDEO} at (0,384) size 300x150
layer at (8,546) size 556x406 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600 outlineClip at (0,0) size 785x600

Powered by Google App Engine