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

Unified Diff: LayoutTests/platform/android/tables/mozilla/bugs/bug13169-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/android/tables/mozilla/bugs/bug13169-expected.txt
diff --git a/LayoutTests/platform/android/tables/mozilla/bugs/bug13169-expected.txt b/LayoutTests/platform/android/tables/mozilla/bugs/bug13169-expected.txt
index ce2cfb5c8008bba671816565df96b5f1c2cac06a..62685836dafac52ccd4a800fa35b0deeb6ce90ab 100644
--- a/LayoutTests/platform/android/tables/mozilla/bugs/bug13169-expected.txt
+++ b/LayoutTests/platform/android/tables/mozilla/bugs/bug13169-expected.txt
@@ -8,10 +8,10 @@ layer at (0,0) size 800x600
LayoutTableRow {TR} at (0,0) size 666x4
LayoutTableCell {TD} at (0,0) size 333x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (333,0) size 333x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
- RenderImage {IMG} at (2,2) size 329x220
+ LayoutImage {IMG} at (2,2) size 329x220
LayoutTableRow {TR} at (0,4) size 666x220
LayoutTableCell {TD} at (0,4) size 333x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
- RenderImage {IMG} at (2,2) size 329x220
+ LayoutImage {IMG} at (2,2) size 329x220
LayoutTableRow {TR} at (0,224) size 666x4
LayoutTableCell {TD} at (333,224) size 333x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
LayoutTable {TABLE} at (0,234) size 675x237 [border: (3px outset #808080)]
@@ -19,9 +19,9 @@ layer at (0,0) size 800x600
LayoutTableRow {TR} at (0,1) size 669x4
LayoutTableCell {TD} at (1,1) size 333x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (335,1) size 333x224 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
- RenderImage {IMG} at (2,2) size 329x220
+ LayoutImage {IMG} at (2,2) size 329x220
LayoutTableRow {TR} at (0,6) size 669x219
LayoutTableCell {TD} at (1,6) size 333x224 [border: (1px inset #808080)] [r=1 c=0 rs=2 cs=1]
- RenderImage {IMG} at (2,2) size 329x220
+ LayoutImage {IMG} at (2,2) size 329x220
LayoutTableRow {TR} at (0,226) size 669x4
LayoutTableCell {TD} at (335,226) size 333x4 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698