RetroZilla/layout/html/tests/table/bugs/bug60992.html
2015-10-20 23:03:22 -04:00

27 lines
375 B
HTML

<html>
<head>
<title>Mozilla Test Case - Bug 60992</title>
</head>
<body>
<table><tr><td nowrap>
This cell has the nowrap parameter
<br><br>
&lt;hr&gt;
<hr>
<br>
&lt;hr width=30&gt;
<hr width=30>
</td></tr><tr><td bgcolor=#cccccc>
&nbsp;
</td></tr><tr><td>
This cell doesn't
<br><br>
&lt;hr&gt;
<hr>
<br>
&lt;hr width=30&gt;
<hr width=30>
</td></tr></table>
</body>
</html>