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

Unified Diff: LayoutTests/platform/android/tables/mozilla/bugs/bug215629-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/bug215629-expected.txt
diff --git a/LayoutTests/platform/android/tables/mozilla/bugs/bug215629-expected.txt b/LayoutTests/platform/android/tables/mozilla/bugs/bug215629-expected.txt
index 49e274f0765e99ceac412f60d34fcd801e46c8e7..d76a14de5f737aa820fd3328f35b458adb83ef20 100644
--- a/LayoutTests/platform/android/tables/mozilla/bugs/bug215629-expected.txt
+++ b/LayoutTests/platform/android/tables/mozilla/bugs/bug215629-expected.txt
@@ -10,10 +10,10 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 732x57
LayoutTableRow {TR} at (0,2) size 732x53
LayoutTableCell {TD} at (2,2) size 728x53 [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (1,1) size 167x51
- RenderImage {IMG} at (168,1) size 181x51
- RenderImage {IMG} at (349,1) size 205x51
- RenderImage {IMG} at (554,1) size 173x51
+ LayoutImage {IMG} at (1,1) size 167x51
+ LayoutImage {IMG} at (168,1) size 181x51
+ LayoutImage {IMG} at (349,1) size 205x51
+ LayoutImage {IMG} at (554,1) size 173x51
RenderBlock {P} at (0,109) size 784x20
RenderText {#text} at (0,0) size 434x19
text run at (0,0) width 434: "Identical to the above except that width=\"100%\" was removed from TD"
@@ -21,7 +21,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 732x57
LayoutTableRow {TR} at (0,2) size 732x53
LayoutTableCell {TD} at (2,2) size 728x53 [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (1,1) size 167x51
- RenderImage {IMG} at (168,1) size 181x51
- RenderImage {IMG} at (349,1) size 205x51
- RenderImage {IMG} at (554,1) size 173x51
+ LayoutImage {IMG} at (1,1) size 167x51
+ LayoutImage {IMG} at (168,1) size 181x51
+ LayoutImage {IMG} at (349,1) size 205x51
+ LayoutImage {IMG} at (554,1) size 173x51

Powered by Google App Engine
This is Rietveld 408576698