mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
new regression test, not affecting build.
This commit is contained in:
parent
a097356fa8
commit
c3802b65a6
45
layout/html/tests/table/bugs/bug4849-2.html
Normal file
45
layout/html/tests/table/bugs/bug4849-2.html
Normal file
@ -0,0 +1,45 @@
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<title>www.fortunecity.com</title>
|
||||
</HEAD>
|
||||
<BODY bgcolor=fffccc>
|
||||
<center>
|
||||
<TABLE BORDER=0 cellpadding=0 cellspacing=0 width=540 >
|
||||
<tr>
|
||||
<TD width=150 valign=top>
|
||||
<CENTER>
|
||||
<IFRAMEx WIDTH=100 HEIGHT=100 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 SRC=../images/gray.gif">
|
||||
</IFRAME><BR><BR>
|
||||
</CENTER>
|
||||
</TD>
|
||||
<td valign=top bgcolor=ffffff>
|
||||
<img src=../images/gray.gif width=1 height=1>
|
||||
</td>
|
||||
<td valign=top>
|
||||
<table cellpadding=2>
|
||||
<tr>
|
||||
<td>
|
||||
<P>IMPROVE YOUR SITE
|
||||
<BR>
|
||||
In this week's Home Improvements you can find an article on how to spice up your page by using imagemaps.
|
||||
<P></table>
|
||||
<table width=100%><tr>
|
||||
<td align=right>
|
||||
<A HREF=xyz>MORE<IMG SRC="../images/trout.gif" BORDER=0 ></A>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</TD>
|
||||
</TR>
|
||||
<td colspan=3 align=center >
|
||||
<img src=../images/gray.gif width=600 height=1><p>
|
||||
</font><BR>
|
||||
</TABLE >
|
||||
</td></TR>
|
||||
</TABLE>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
</center>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user