Fixing test for bug 385823 to not depend on clipping of %-overheight cells.

This commit is contained in:
Robert O'Callahan 2008-11-03 15:58:54 +13:00
Родитель 32ecc4dce9
Коммит 80fcd2daea
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -7,9 +7,8 @@
<img src="mozilla-banner.gif" height="100%"/>
<br/>
<!-- Add some text content, but make it small enough not
to push us to over 70px before we scale the image.
This text should end up hidden behind the image. -->
<font style="font-size: 20%">text text</font>
to push us to over 70px before we scale the image. -->
<font style="font-size: 20%; color:rgba(0,0,0,0);">text text</font>
</tr></td>
</table>
</body>