Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug16012.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00: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>