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

Unified Diff: LayoutTests/platform/mac/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/mac/css1/text_properties/text_decoration-expected.txt
diff --git a/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt b/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt
index ff4f04a0b5dee1acef1379db3fe43dacab04c474..e7ead5a86e80e306d25234ef93d23a1d08fc9a43 100644
--- a/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt
+++ b/LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.txt
@@ -67,7 +67,7 @@ layer at (0,0) size 785x1151 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (647,0) width 21: "not"
RenderText {#text} at (667,0) size 93x18
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 767x36
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 785x1151 backgroundClip at (0,0) size 785x600 clip at (0,0)
RenderText {#text} at (667,0) size 687x37
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 687x36
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