bmlk%gmx.de c2a9780647 adding testcases to layout regression tests, npob
git-svn-id: svn://10.0.0.236/trunk@184977 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-19 20:25:41 +00:00

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>