mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
27 lines
375 B
HTML
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>
|
||
|
<hr>
|
||
|
<hr>
|
||
|
<br>
|
||
|
<hr width=30>
|
||
|
<hr width=30>
|
||
|
</td></tr><tr><td bgcolor=#cccccc>
|
||
|
|
||
|
</td></tr><tr><td>
|
||
|
This cell doesn't
|
||
|
<br><br>
|
||
|
<hr>
|
||
|
<hr>
|
||
|
<br>
|
||
|
<hr width=30>
|
||
|
<hr width=30>
|
||
|
</td></tr></table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|