layout/reftests/bugs/385823-2c.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <html>
michael@0 2 <body>
michael@0 3 <!-- Specify a width on the table, to make sure it's wide enough
michael@0 4 to hold the scaled image. -->
michael@0 5 <table cellspacing="0" cellpadding="0" height="70px" width="724px">
michael@0 6 <tr><td>
michael@0 7 <img src="mozilla-banner.gif" height="100%"/>
michael@0 8 <br/>
michael@0 9 <!-- Add some text content, but make it small enough not
michael@0 10 to push us to over 70px before we scale the image. -->
michael@0 11 <font style="font-size: 20%; color:rgba(0,0,0,0);">text text</font>
michael@0 12 </tr></td>
michael@0 13 </table>
michael@0 14 </body>
michael@0 15 </html>

mercurial