mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
276 B
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>
|