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

Unified Diff: LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-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_expected_failures/bugs/bug85016-expected.txt
diff --git a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt b/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt
index 092d0fc0e5b53bea20b436642d61ac8bbb95ef16..7fb31911025fb329c17cf74e0685bbfc11bf2856 100644
--- a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt
+++ b/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt
@@ -5,14 +5,14 @@ layer at (0,0) size 800x2104 backgroundClip at (0,0) size 800x600 clip at (0,0)
RenderBody {BODY} at (32,32) size 736x2040
RenderBlock {DIV} at (32,0) size 672x668 [border: (1px solid #008000)]
RenderBlock {DIV} at (33,33) size 606x602 [border: (1px solid #FF0000)]
- RenderImage {IMG} at (1,1) size 604x600
+ LayoutImage {IMG} at (1,1) size 604x600
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,700) size 736x18
RenderText {#text} at (0,0) size 550x18
text run at (0,0) width 550: "percentage height images in DIV with no height (red) in a DIV with no height (green)"
RenderBlock {DIV} at (32,750) size 672x672 [border: (3px dotted #008000)]
RenderBlock {DIV} at (35,35) size 602x602 [border: (1px solid #FF0000)]
- RenderImage {IMG} at (1,1) size 882x600
+ LayoutImage {IMG} at (1,1) size 882x600
RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,1454) size 736x18
RenderText {#text} at (0,0) size 481x18
@@ -22,4 +22,4 @@ layer at (0,0) size 800x2104 backgroundClip at (0,0) size 800x600 clip at (0,0)
LayoutTableSection {TBODY} at (1,1) size 258x534
LayoutTableRow {TR} at (0,2) size 258x530
LayoutTableCell {TD} at (2,180) size 254x174 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
- RenderImage {IMG} at (2,2) size 250x170
+ LayoutImage {IMG} at (2,2) size 250x170

Powered by Google App Engine
This is Rietveld 408576698