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

Unified Diff: LayoutTests/platform/linux/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/linux/tables/mozilla/bugs/bug57828-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug57828-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug57828-expected.txt
index 5f1b6ad2b88e9c6eaf918fe5a786a0799543cba8..c741ab13e67b309a56d651af2ede45a952293fe4 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug57828-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug57828-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 204x48
LayoutTableRow {TR} at (0,2) size 204x44
LayoutTableCell {TD} at (2,2) size 200x44 [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 196x19
text run at (45,2) width 196: "NOWRAP cell, no width on cell"
RenderBlock (anonymous) at (0,54) size 784x20
@@ -16,7 +16,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 204x48
LayoutTableRow {TR} at (0,2) size 204x44
LayoutTableCell {TD} at (2,2) size 200x44 [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 196x19
text run at (45,2) width 196: "NOWRAP cell, no width on cell"
RenderBlock (anonymous) at (0,128) size 784x20
@@ -25,7 +25,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (3,3) size 104x88
LayoutTableRow {TR} at (0,2) size 104x84
LayoutTableCell {TD} at (2,2) size 100x84 [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 94x39
text run at (2,42) width 69: "NOWRAP"
text run at (2,62) width 94: "cell, width=100"
@@ -35,6 +35,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 167x19
text run at (45,2) width 167: "NOWRAP cell, width=300"

Powered by Google App Engine
This is Rietveld 408576698