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

Unified Diff: LayoutTests/platform/android/fast/replaced/005-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/fast/replaced/005-expected.txt
diff --git a/LayoutTests/platform/android/fast/replaced/005-expected.txt b/LayoutTests/platform/android/fast/replaced/005-expected.txt
index 49af328a8e098923c26607b47a4fadc0b353ebd0..b8165e6964532e46de54c072aa2c1ca405f83d0a 100644
--- a/LayoutTests/platform/android/fast/replaced/005-expected.txt
+++ b/LayoutTests/platform/android/fast/replaced/005-expected.txt
@@ -7,11 +7,11 @@ layer at (0,0) size 800x686
LayoutTableSection {TBODY} at (2,2) size 780x212
LayoutTableRow {TR} at (0,0) size 780x212
LayoutTableCell {TD} at (0,0) size 202x212 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
RenderBR {BR} at (201,86) size 0x19
- RenderImage {IMG} at (1,106) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (101,106) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (1,106) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (101,106) size 100x100 [bgcolor=#008000]
LayoutTableCell {TD} at (202,95) size 578x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (1,1) size 25x19
text run at (1,1) width 25: "Foo"
@@ -20,19 +20,19 @@ layer at (0,0) size 800x686
LayoutTableRow {TR} at (0,0) size 780x212
LayoutTableCell {TD} at (0,0) size 202x212 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
RenderInline {SPAN} at (0,0) size 200x19
- RenderImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (1,1) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (101,1) size 100x100 [bgcolor=#008000]
RenderBR {BR} at (201,86) size 0x19
- RenderImage {IMG} at (1,106) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (101,106) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (1,106) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (101,106) size 100x100 [bgcolor=#008000]
LayoutTableCell {TD} at (202,95) size 578x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (1,1) size 25x19
text run at (1,1) width 25: "Foo"
RenderBlock {P} at (0,448) size 784x214 [border: (2px solid #0000FF)]
- RenderImage {IMG} at (2,2) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (102,2) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (2,2) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (102,2) size 100x100 [bgcolor=#008000]
RenderBR {BR} at (202,87) size 0x19
RenderInline {A} at (0,0) size 100x19 [color=#0000EE]
- RenderImage {IMG} at (2,107) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (102,107) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (2,107) size 100x100 [bgcolor=#008000]
+ LayoutImage {IMG} at (102,107) size 100x100 [bgcolor=#008000]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698