Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug88035-2.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

19 lines
332 B
HTML

<HTML>
<BODY>
<CENTER>
<TABLE BORDER=1 HEIGHT=100% WIDTH=100%>
<TR>
<TD ALIGN=CENTER>
This table is wrapped in a &lt;CENTER&gt; tag with HEIGHT=100%
</TD>
</TR>
<TR>
<TD ALIGN=CENTER>
<A HREF="test1.html">This one is not</A>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>