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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug15544-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/bug15544-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug15544-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug15544-expected.txt
index 3c55e80b8ea446340d4ee5bf60e9cce50611980e..c2681493c05c5f5fec4b73e1c341d6482a8060d6 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug15544-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug15544-expected.txt
@@ -7,18 +7,18 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 80x93
LayoutTableRow {TR} at (0,0) size 80x28
LayoutTableCell {TD} at (0,0) size 30x93 [r=0 c=0 rs=3 cs=1]
- RenderImage {IMG} at (0,0) size 30x93
+ LayoutImage {IMG} at (0,0) size 30x93
LayoutTableCell {TD} at (30,0) size 50x28 [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 25x28
- RenderImage {IMG} at (25,0) size 25x28
+ LayoutImage {IMG} at (0,0) size 25x28
+ LayoutImage {IMG} at (25,0) size 25x28
LayoutTableRow {TR} at (0,28) size 80x25
LayoutTableCell {TD} at (30,28) size 50x25 [r=1 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 25x25
- RenderImage {IMG} at (25,0) size 25x25
+ LayoutImage {IMG} at (0,0) size 25x25
+ LayoutImage {IMG} at (25,0) size 25x25
LayoutTableRow {TR} at (0,53) size 80x40
LayoutTableCell {TD} at (30,53) size 50x40 [r=2 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 25x40
- RenderImage {IMG} at (25,0) size 25x40
+ LayoutImage {IMG} at (0,0) size 25x40
+ LayoutImage {IMG} at (25,0) size 25x40
RenderBlock (anonymous) at (0,93) size 784x20
RenderText {#text} at (0,0) size 306x19
text run at (0,0) width 306: "Here's the same table without the off-by-one error."
@@ -26,15 +26,15 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 80x93
LayoutTableRow {TR} at (0,0) size 80x28
LayoutTableCell {TD} at (0,0) size 30x93 [r=0 c=0 rs=3 cs=1]
- RenderImage {IMG} at (0,0) size 30x93
+ LayoutImage {IMG} at (0,0) size 30x93
LayoutTableCell {TD} at (30,0) size 50x28 [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 25x28
- RenderImage {IMG} at (25,0) size 25x28
+ LayoutImage {IMG} at (0,0) size 25x28
+ LayoutImage {IMG} at (25,0) size 25x28
LayoutTableRow {TR} at (0,28) size 80x25
LayoutTableCell {TD} at (30,28) size 50x25 [r=1 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 25x25
- RenderImage {IMG} at (25,0) size 25x25
+ LayoutImage {IMG} at (0,0) size 25x25
+ LayoutImage {IMG} at (25,0) size 25x25
LayoutTableRow {TR} at (0,53) size 80x40
LayoutTableCell {TD} at (30,53) size 50x40 [r=2 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 25x40
- RenderImage {IMG} at (25,0) size 25x40
+ LayoutImage {IMG} at (0,0) size 25x40
+ LayoutImage {IMG} at (25,0) size 25x40

Powered by Google App Engine
This is Rietveld 408576698