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

Unified Diff: LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-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/mac/tables/mozilla/bugs/bug4093-expected.txt
diff --git a/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt b/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt
index d4a63c0ddc1f688671879dc8d872cc3afca59fd4..c08749f60b717cd74fe832211ed837ddd3f139be 100644
--- a/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt
+++ b/LayoutTests/platform/mac/tables/mozilla/bugs/bug4093-expected.txt
@@ -14,12 +14,12 @@ layer at (0,0) size 800x600
LayoutTableSection {TBODY} at (0,0) size 224x215
LayoutTableRow {TR} at (0,0) size 224x163
LayoutTableCell {TD} at (0,107) size 10x1 [r=0 c=0 rs=4 cs=1]
- RenderImage {IMG} at (0,0) size 10x1
+ LayoutImage {IMG} at (0,0) size 10x1
LayoutTableCell {TD} at (10,0) size 214x163 [r=0 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 214x163
+ LayoutImage {IMG} at (0,0) size 214x163
LayoutTableRow {TR} at (0,163) size 224x8
LayoutTableCell {TD} at (10,163) size 214x8 [r=1 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 1x8
+ LayoutImage {IMG} at (0,0) size 1x8
LayoutTableRow {TR} at (0,171) size 224x36
LayoutTableCell {TD} at (10,171) size 214x36 [r=2 c=1 rs=1 cs=1]
RenderInline {FONT} at (0,0) size 209x36 [color=#666600]
@@ -30,7 +30,7 @@ layer at (0,0) size 800x600
RenderBR {BR} at (74,34) size 1x0
LayoutTableRow {TR} at (0,207) size 224x8
LayoutTableCell {TD} at (10,207) size 214x8 [r=3 c=1 rs=1 cs=1]
- RenderImage {IMG} at (0,0) size 1x8
+ LayoutImage {IMG} at (0,0) size 1x8
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (2,36) size 772x18
RenderText {#text} at (0,0) size 12x18

Powered by Google App Engine
This is Rietveld 408576698