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

Unified Diff: LayoutTests/platform/mac/css1/box_properties/height-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/box_properties/height-expected.txt
diff --git a/LayoutTests/platform/mac/css1/box_properties/height-expected.txt b/LayoutTests/platform/mac/css1/box_properties/height-expected.txt
index d60aee40292dda58d7a45cf02138de29f435e5c1..cbb466c46217de62d20951c7cbdcea276bef35a2 100644
--- a/LayoutTests/platform/mac/css1/box_properties/height-expected.txt
+++ b/LayoutTests/platform/mac/css1/box_properties/height-expected.txt
@@ -15,19 +15,19 @@ layer at (0,0) size 785x974 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (0,30) width 0: " "
RenderBlock {HR} at (0,92) size 769x2 [border: (1px inset #EEEEEE)]
RenderBlock (anonymous) at (0,102) size 769x50
- RenderImage {IMG} at (0,0) size 50x50
+ LayoutImage {IMG} at (0,0) size 50x50
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,168) size 769x18
RenderText {#text} at (0,0) size 281x18
text run at (0,0) width 281: "The square above should be fifty pixels tall."
RenderBlock (anonymous) at (0,202) size 769x100
- RenderImage {IMG} at (0,0) size 100x100
+ LayoutImage {IMG} at (0,0) size 100x100
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,318) size 769x18
RenderText {#text} at (0,0) size 340x18
text run at (0,0) width 340: "The square above should be 100 pixels tall and wide."
RenderBlock (anonymous) at (0,352) size 769x100
- RenderImage {IMG} at (0,0) size 30x100
+ LayoutImage {IMG} at (0,0) size 30x100
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,468) size 769x36
RenderText {#text} at (0,0) size 765x36
@@ -51,19 +51,19 @@ layer at (0,0) size 785x974 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (4,4) width 4: " "
LayoutTableCell {TD} at (12,26) size 755x410 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
RenderBlock (anonymous) at (4,4) size 747x50
- RenderImage {IMG} at (0,0) size 50x50
+ LayoutImage {IMG} at (0,0) size 50x50
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (4,70) size 747x18
RenderText {#text} at (0,0) size 281x18
text run at (0,0) width 281: "The square above should be fifty pixels tall."
RenderBlock (anonymous) at (4,104) size 747x100
- RenderImage {IMG} at (0,0) size 100x100
+ LayoutImage {IMG} at (0,0) size 100x100
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (4,220) size 747x18
RenderText {#text} at (0,0) size 340x18
text run at (0,0) width 340: "The square above should be 100 pixels tall and wide."
RenderBlock (anonymous) at (4,254) size 747x100
- RenderImage {IMG} at (0,0) size 30x100
+ LayoutImage {IMG} at (0,0) size 30x100
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (4,370) size 747x36
RenderText {#text} at (0,0) size 739x36

Powered by Google App Engine
This is Rietveld 408576698