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

Unified Diff: LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-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/bug57828-expected.txt
diff --git a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-expected.txt b/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-expected.txt
index cddb16f5b12e85aa8688a0fd8152b0f1784a7479..e4f81d6b9ab0b9b8e4c2c4560cfe94957b1f721f 100644
--- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-expected.txt
+++ b/LayoutTests/platform/mac/tables/mozilla/bugs/bug57828-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 216x48
LayoutTableRow {TR} at (0,2) size 216x44
LayoutTableCell {TD} at (2,2) size 212x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (2,2) size 40x40
+ LayoutImage {IMG} at (2,2) size 40x40
RenderText {#text} at (45,2) size 208x18
text run at (45,2) width 208: "NOWRAP cell, no width on cell"
RenderBlock (anonymous) at (0,54) size 784x18
@@ -16,7 +16,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 216x48
LayoutTableRow {TR} at (0,2) size 216x44
LayoutTableCell {TD} at (2,2) size 212x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (2,2) size 40x40
+ LayoutImage {IMG} at (2,2) size 40x40
RenderText {#text} at (45,2) size 208x18
text run at (45,2) width 208: "NOWRAP cell, no width on cell"
RenderBlock (anonymous) at (0,126) size 784x18
@@ -25,7 +25,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 104x102
LayoutTableRow {TR} at (0,2) size 104x98
LayoutTableCell {TD} at (2,2) size 100x98 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (2,2) size 40x40
+ LayoutImage {IMG} at (2,2) size 40x40
RenderText {#text} at (2,42) size 70x54
text run at (2,42) width 70: "NOWRAP"
text run at (2,60) width 28: "cell,"
@@ -36,6 +36,6 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 304x48
LayoutTableRow {TR} at (0,2) size 304x44
LayoutTableCell {TD} at (2,2) size 300x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (2,2) size 40x40
+ LayoutImage {IMG} at (2,2) size 40x40
RenderText {#text} at (45,2) size 174x18
text run at (45,2) width 174: "NOWRAP cell, width=300"

Powered by Google App Engine
This is Rietveld 408576698