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

Unified Diff: LayoutTests/platform/android/css1/text_properties/text_decoration-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/android/css1/text_properties/text_decoration-expected.txt
diff --git a/LayoutTests/platform/android/css1/text_properties/text_decoration-expected.txt b/LayoutTests/platform/android/css1/text_properties/text_decoration-expected.txt
index 3c9020fb0d89fcbd723f756f111751e143040e65..984afbe0cc59599af3a9727d616fbfd53775643e 100644
--- a/LayoutTests/platform/android/css1/text_properties/text_decoration-expected.txt
+++ b/LayoutTests/platform/android/css1/text_properties/text_decoration-expected.txt
@@ -67,7 +67,7 @@ layer at (0,0) size 785x1205
text run at (604,0) width 21: "not"
RenderText {#text} at (625,0) size 85x19
text run at (625,0) width 85: " be overlined: "
- RenderImage {IMG} at (710,0) size 15x15
+ LayoutImage {IMG} at (710,0) size 15x15
RenderText {#text} at (725,0) size 756x39
text run at (725,0) width 8: ". "
text run at (733,0) width 23: "The"
@@ -159,7 +159,7 @@ layer at (0,0) size 785x1205
text run at (604,0) width 21: "not"
RenderText {#text} at (625,0) size 85x19
text run at (625,0) width 85: " be overlined: "
- RenderImage {IMG} at (710,0) size 15x15
+ LayoutImage {IMG} at (710,0) size 15x15
RenderText {#text} at (725,0) size 729x59
text run at (725,0) width 4: "."
text run at (0,20) width 693: "The underline of the parent element should hold true beneath the image, however, since text-decoration 'spans' child"

Powered by Google App Engine
This is Rietveld 408576698