gecko/layout/html/tests/table/bugs/bug312770.html

22 lines
276 B
HTML

<html>
<head>
<title>Testcase bug 312770 - Table too wide because of marquee</title>
</head>
<body>
<TABLE border="1"><TBODY>
<TR>
<TD>
The table should not get wider than this text
</TD>
</TR>
<TR>
<TD>
<MARQUEE>
Hello
</MARQUEE>
</TD>
</TR>
</TBODY></TABLE>
</body>
</html>