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

Unified Diff: LayoutTests/platform/mac/editing/inserting/typing-around-image-001-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/editing/inserting/typing-around-image-001-expected.txt
diff --git a/LayoutTests/platform/mac/editing/inserting/typing-around-image-001-expected.txt b/LayoutTests/platform/mac/editing/inserting/typing-around-image-001-expected.txt
index 64379bf93c917e413fb6693746c2df96f3c48b06..30f57ae0c5e73c2efb9f7763f1724084e24620bf 100644
--- a/LayoutTests/platform/mac/editing/inserting/typing-around-image-001-expected.txt
+++ b/LayoutTests/platform/mac/editing/inserting/typing-around-image-001-expected.txt
@@ -39,15 +39,15 @@ layer at (0,0) size 800x600
RenderInline {SPAN} at (0,0) size 390x28
RenderText {#text} at (14,95) size 12x28
text run at (14,95) width 12: "x"
- RenderImage {IMG} at (26,14) size 76x103
+ LayoutImage {IMG} at (26,14) size 76x103
RenderText {#text} at (102,95) size 36x28
text run at (102,95) width 36: "xxx"
- RenderImage {IMG} at (138,14) size 76x103
+ LayoutImage {IMG} at (138,14) size 76x103
RenderText {#text} at (214,95) size 36x28
text run at (214,95) width 36: "xxx"
RenderText {#text} at (250,95) size 42x28
text run at (250,95) width 42: " xxx"
- RenderImage {IMG} at (292,14) size 76x103
+ LayoutImage {IMG} at (292,14) size 76x103
RenderText {#text} at (368,95) size 36x28
text run at (368,95) width 36: "xxx"
caret: position 3 of child 7 {#text} of child 1 {SPAN} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698