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

Unified Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/table/028-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/virtual/slimmingpaint/fast/table/028-expected.txt
diff --git a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/table/028-expected.txt b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/table/028-expected.txt
index f919483f2d9e49e88d6aea2b85a55139f73fb0ee..eda218c36768334c546b0d0ef5695db53867bfc5 100644
--- a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/table/028-expected.txt
+++ b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/table/028-expected.txt
@@ -16,7 +16,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 8x18
text run at (1,1) width 8: "2"
LayoutTableCell {TD} at (314,0) size 6x22 [border: (1px solid #008000)] [r=0 c=2 rs=1 cs=1]
- RenderImage {IMG} at (1,1) size 4x20 [bgcolor=#FFA500]
+ LayoutImage {IMG} at (1,1) size 4x20 [bgcolor=#FFA500]
RenderBlock {P} at (0,56) size 784x0
LayoutTable {TABLE} at (0,56) size 320x40
LayoutTableSection {TBODY} at (0,0) size 320x40
@@ -25,7 +25,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 8x18
text run at (1,1) width 8: "1"
LayoutTableCell {TD} at (64,4) size 256x12 [border: (1px solid #008000)] [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (1,1) size 254x10 [bgcolor=#FFA500]
+ LayoutImage {IMG} at (1,1) size 254x10 [bgcolor=#FFA500]
LayoutTableRow {TR} at (0,20) size 320x20
LayoutTableCell {TD} at (0,20) size 320x20 [border: (1px solid #008000)] [r=1 c=0 rs=1 cs=3]
RenderText {#text} at (1,1) size 8x18

Powered by Google App Engine
This is Rietveld 408576698