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

Unified Diff: LayoutTests/platform/linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-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/linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt
diff --git a/LayoutTests/platform/linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt b/LayoutTests/platform/linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt
index 1981781ec347be9a06a5db7b2446dd8d48744abe..ae1e56b751ec56094f3a2fd1e63f3ff59fdfd65a 100644
--- a/LayoutTests/platform/linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt
+++ b/LayoutTests/platform/linux/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt
@@ -8,7 +8,7 @@ layer at (0,0) size 800x600
text run at (0,0) width 749: "This tests that we can drag an image into the last position of a content editable div in an iframe that already contains an image,"
text run at (0,20) width 101: "without crashing."
RenderBlock (anonymous) at (0,56) size 784x159
- RenderImage {IMG} at (0,51) size 76x103
+ LayoutImage {IMG} at (0,51) size 76x103
RenderText {#text} at (76,139) size 4x19
text run at (76,139) width 4: " "
RenderText {#text} at (0,0) size 0x0
@@ -22,9 +22,9 @@ layer at (88,64) size 304x154
RenderBody {BODY} at (8,8) size 284x134
RenderBlock {DIV} at (0,0) size 271.80x129.30 [border: (1px solid #000000)]
RenderBlock {IMG} at (1,84) size 20x20
- RenderImage {IMG} at (21,1) size 76x103
+ LayoutImage {IMG} at (21,1) size 76x103
layer at (9,92) size 20x20 clip at (10,93) size 18x18
RenderBlock {DIV} at (0,0) size 20x20 [border: (1px solid #C0C0C0)]
- RenderImage {IMG} at (2,2) size 16x16
+ LayoutImage {IMG} at (2,2) size 16x16
layer at (27,94) size 0x0
RenderBlock {DIV} at (18,2) size 0x0

Powered by Google App Engine
This is Rietveld 408576698