1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/385823-2c.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<html> 1.5 +<body> 1.6 +<!-- Specify a width on the table, to make sure it's wide enough 1.7 + to hold the scaled image. --> 1.8 +<table cellspacing="0" cellpadding="0" height="70px" width="724px"> 1.9 + <tr><td> 1.10 + <img src="mozilla-banner.gif" height="100%"/> 1.11 + <br/> 1.12 + <!-- Add some text content, but make it small enough not 1.13 + to push us to over 70px before we scale the image. --> 1.14 + <font style="font-size: 20%; color:rgba(0,0,0,0);">text text</font> 1.15 + </tr></td> 1.16 +</table> 1.17 +</body> 1.18 +</html>