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

Unified Diff: LayoutTests/platform/win-xp/fast/table/005-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/005-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/table/005-expected.txt b/LayoutTests/platform/win-xp/fast/table/005-expected.txt
index e4aaefebef62c4208bcf62abd55d8c42b41687f7..8d2e803a791bce1c26c7227d76b1ba13d60682b5 100644
--- a/LayoutTests/platform/win-xp/fast/table/005-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/table/005-expected.txt
@@ -11,12 +11,12 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 130x20
LayoutTableRow {TR} at (0,0) size 130x20
LayoutTableCell {TD} at (0,0) size 130x20 [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 130x0
+ LayoutImage {IMG} at (0,0) size 130x0
RenderBR {BR} at (130,0) size 0x0
RenderText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "1"
LayoutTableCell {TD} at (130,46) size 1x7 [bgcolor=#FF0000] [r=0 c=1 rs=5 cs=1]
- RenderImage {IMG} at (0,0) size 1x7
+ LayoutImage {IMG} at (0,0) size 1x7
LayoutTableCell {TD} at (131,0) size 280x20 [bgcolor=#800080] [r=0 c=2 rs=1 cs=1]
RenderText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "3"
@@ -28,7 +28,7 @@ layer at (0,0) size 800x600
text run at (0,0) width 8: "5"
LayoutTableRow {TR} at (0,20) size 770x20
LayoutTableCell {TD} at (131,30) size 280x20 [bgcolor=#800080] [r=1 c=2 rs=2 cs=1]
- RenderImage {IMG} at (0,0) size 280x0
+ LayoutImage {IMG} at (0,0) size 280x0
RenderBR {BR} at (280,0) size 0x0
RenderText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "3"
@@ -44,12 +44,12 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 350x20
LayoutTableRow {TR} at (0,0) size 350x20
LayoutTableCell {TD} at (0,0) size 273x20 [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 267x0
+ LayoutImage {IMG} at (0,0) size 267x0
RenderBR {BR} at (267,0) size 0x0
RenderText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "5"
LayoutTableCell {TD} at (273,10) size 77x0 [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 77x0
+ LayoutImage {IMG} at (0,0) size 77x0
LayoutTableRow {TR} at (0,60) size 770x20
LayoutTableCell {TD} at (131,60) size 280x20 [bgcolor=#800080] [r=3 c=2 rs=1 cs=1]
RenderText {#text} at (0,0) size 8x19

Powered by Google App Engine
This is Rietveld 408576698