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