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

Unified Diff: LayoutTests/platform/android/tables/mozilla/bugs/bug2954-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/bug2954-expected.txt
diff --git a/LayoutTests/platform/android/tables/mozilla/bugs/bug2954-expected.txt b/LayoutTests/platform/android/tables/mozilla/bugs/bug2954-expected.txt
index 35ae433a1940696c8832e8905bce4aa92eb37e08..ae63db9d04fc3ff7cb6a8b1988d6e0453d747e35 100644
--- a/LayoutTests/platform/android/tables/mozilla/bugs/bug2954-expected.txt
+++ b/LayoutTests/platform/android/tables/mozilla/bugs/bug2954-expected.txt
@@ -7,13 +7,13 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 600x94
LayoutTableRow {TR} at (0,0) size 600x70
LayoutTableCell {TD} at (0,0) size 80x70 [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 80x70
+ LayoutImage {IMG} at (0,0) size 80x70
LayoutTableCell {TD} at (80,50) size 520x20 [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 104x20
- RenderImage {IMG} at (104,0) size 104x20
- RenderImage {IMG} at (208,0) size 104x20
- RenderImage {IMG} at (312,0) size 104x20
- RenderImage {IMG} at (416,0) size 104x20
+ LayoutImage {IMG} at (0,0) size 104x20
+ LayoutImage {IMG} at (104,0) size 104x20
+ LayoutImage {IMG} at (208,0) size 104x20
+ LayoutImage {IMG} at (312,0) size 104x20
+ LayoutImage {IMG} at (416,0) size 104x20
LayoutTableRow {TR} at (0,70) size 600x24
LayoutTableCell {TD} at (0,70) size 600x24 [bgcolor=#CCCC99] [r=1 c=0 rs=1 cs=2]
- RenderImage {IMG} at (0,0) size 600x24
+ LayoutImage {IMG} at (0,0) size 600x24

Powered by Google App Engine
This is Rietveld 408576698