haikuwebkit/LayoutTests/tables/mozilla/bugs/bug60992.html

23 lines
371 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>