bernd.mielke%snafu.de d2fd8dee08 block regression test - not part of the build
git-svn-id: svn://10.0.0.236/trunk@110127 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-09 15:36:55 +00:00

17 lines
297 B
HTML

<html>
<head>
<title>Mozilla Test Case - Bug 60992</title>
</head>
<body>
a div with white-space: nowrap
<div style="white-space: nowrap; width:400px; border: thin solid">
<hr>
</div
<br>
a div without white-space: nowrap
<div style="width:400px; border: thin solid">
<hr>
</div>
</body>
</html>