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

Unified Diff: LayoutTests/platform/win-xp/fast/table/028-vertical-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-xp/fast/table/028-vertical-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/table/028-vertical-expected.txt b/LayoutTests/platform/win-xp/fast/table/028-vertical-expected.txt
index 3298467bb86093ac4f26781c861959647d1f3678..4e6401e106909fe75a3a85531dbd6907e3e9af37 100644
--- a/LayoutTests/platform/win-xp/fast/table/028-vertical-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/table/028-vertical-expected.txt
@@ -17,7 +17,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 19x8
text run at (1,1) width 8: "2"
LayoutTableCell {TD} at (0,314) size 22x6 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
- RenderImage {IMG} at (1,1) size 20x4 [bgcolor=#FFA500]
+ LayoutImage {IMG} at (1,1) size 20x4 [bgcolor=#FFA500]
RenderBlock {P} at (38,0) size 0x320
LayoutTable {TABLE} at (38,0) size 44x320
LayoutTableSection {TBODY} at (0,0) size 44x320
@@ -26,7 +26,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 19x8
text run at (1,1) width 8: "1"
LayoutTableCell {TD} at (0,69) size 22x246 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (6,-4) size 10x254 [bgcolor=#FFA500]
+ LayoutImage {IMG} at (6,-4) size 10x254 [bgcolor=#FFA500]
LayoutTableRow {TR} at (0,22) size 22x320
LayoutTableCell {TD} at (22,0) size 22x320 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=3]
RenderText {#text} at (1,1) size 19x8

Powered by Google App Engine
This is Rietveld 408576698