RetroZilla/layout/html/tests/table/bugs/bug16012.html
2015-10-20 23:03:22 -04:00

32 lines
755 B
HTML

<HTML><HEAD>
<TITLE>Testcase for bug 16012</TITLE>
</HEAD>
Tables: both lines should be 1 pixel thick.<BR>
<BR>
<TABLE CELLPADDING=0>
<TR VALIGN=TOP ALIGN=LEFT>
<TD BGCOLOR=RED><IMG SRC="../images/clearpixel.gif" WIDTH=30 HEIGHT=1 BORDER=0></TD>
<TD></TD>
</TR>
</TABLE>
<BR>
<TABLE CELLPADDING=0>
<TR VALIGN=TOP ALIGN=LEFT>
<TD BGCOLOR=RED><IMG SRC="../images/clearpixel.gif" WIDTH=30 HEIGHT=1 BORDER=0></TD>
</TR>
</TABLE>
<BR>
<BR>
<BR>2 texts, FACE="Arial, Helvetica", 1st at size=0, 2nd at size=-4<BR>
<BR>
<FONT FACE="Arial,Helvetica" SIZE=0>Detonator 3.53 Drivers<BR>Available NOW!&nbsp;</FONT><BR>
<BR>
<FONT FACE="Arial,Helvetica" SIZE=-4>Detonator 3.53 Drivers<BR>Available NOW!&nbsp;</FONT><BR>
<BR>
</BODY>
</HTML>