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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug2981-2-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/bug2981-2-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug2981-2-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug2981-2-expected.txt
index 400bca9d0c75aa73298bb92e824bf4a4e98f032a..aa48c76a665caeac2362f62c785466cb76690d15 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug2981-2-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug2981-2-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (0,0) size 800x600 [bgcolor=#FFFFFF]
RenderBlock (anonymous) at (0,0) size 800x102
- RenderImage {IMG} at (0,0) size 102x102 [border: (1px solid #000000)]
+ LayoutImage {IMG} at (0,0) size 102x102 [border: (1px solid #000000)]
RenderText {#text} at (0,0) size 0x0
LayoutTable {TABLE} at (0,102) size 800x130 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 796x126
@@ -14,7 +14,7 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (1,1) size 110x122
LayoutTableRow {TR} at (0,0) size 110x122
LayoutTableCell {TD} at (0,0) size 110x122 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (5,1) size 100x100
+ LayoutImage {IMG} at (5,1) size 100x100
RenderText {#text} at (1,101) size 50x19
text run at (1,101) width 50: "HELLO"
LayoutTableRow {TR} at (0,0) size 796x126

Powered by Google App Engine
This is Rietveld 408576698