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

Unified Diff: LayoutTests/platform/win/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/win/css1/text_properties/text_decoration-expected.txt
diff --git a/LayoutTests/platform/win/css1/text_properties/text_decoration-expected.txt b/LayoutTests/platform/win/css1/text_properties/text_decoration-expected.txt
index db98bc9f05a21533a794ac83ad31f66134f400ac..de9b562957f092a2be8bb4a7ccd296575241fa7b 100644
--- a/LayoutTests/platform/win/css1/text_properties/text_decoration-expected.txt
+++ b/LayoutTests/platform/win/css1/text_properties/text_decoration-expected.txt
@@ -67,7 +67,7 @@ layer at (0,0) size 785x1159 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (647,0) width 21: "not"
RenderText {#text} at (667,0) size 93x17
text run at (667,0) width 93: " be overlined: "
- RenderImage {IMG} at (0,18) size 15x15
+ LayoutImage {IMG} at (0,18) size 15x15
RenderText {#text} at (15,19) size 767x35
text run at (15,19) width 8: ". "
text run at (23,19) width 744: "The underline of the parent element should hold true beneath the image, however, since text-decoration 'spans' child"
@@ -160,7 +160,7 @@ layer at (0,0) size 785x1159 backgroundClip at (0,0) size 785x600 clip at (0,0)
RenderText {#text} at (667,0) size 687x36
text run at (667,0) width 20: " be"
text run at (0,19) width 69: "overlined: "
- RenderImage {IMG} at (68.86,18) size 15x15
+ LayoutImage {IMG} at (68.86,18) size 15x15
RenderText {#text} at (83,19) size 687x35
text run at (83,19) width 9: ". "
text run at (91,19) width 596: "The underline of the parent element should hold true beneath the image, however, since text-"

Powered by Google App Engine
This is Rietveld 408576698