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

Unified Diff: LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-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/tables/mozilla/bugs/bug2981-2-expected.txt
diff --git a/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt b/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt
index c0a2825045760b91626ff9fe3713e25cf304c8c1..1ca9f85ad1a09e88b76959571afca66d9d2ee3ba 100644
--- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt
+++ b/LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (0,0) size 800x600 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 800x102
- RenderImage {IMG} at (0,0) size 102x102 [border: (1px solid #000000)]
+ LayoutImage {IMG} at (0,0) size 102x102 [border: (1px solid #000000)]
RenderText {#text} at (0,0) size 0x0
LayoutTable {TABLE} at (0,102) size 800x128 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 796x124
@@ -14,7 +14,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (1,1) size 110x120
LayoutTableRow {TR} at (0,0) size 110x120
LayoutTableCell {TD} at (0,0) size 110x120 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (5,1) size 100x100
+ LayoutImage {IMG} at (5,1) size 100x100
RenderText {#text} at (1,101) size 53x18
text run at (1,101) width 53: "HELLO"
LayoutTableRow {TR} at (0,0) size 796x124

Powered by Google App Engine
This is Rietveld 408576698