karnaze%netscape.com c0f48434c7 new regression test not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@117000 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-20 22:18:38 +00:00

12 lines
371 B
HTML

<html>
<body>
<img align="left" width="100" height="100">
There should not be any space below this sentence.<hr />
This fails without an align attribute in the hr.
<br clear="all" /><br /><br />
<img align="left" width="100" height="100">
There should not be any space below this sentence.<hr align="left" />
This works with an align attribute in the hr.
</body>
</html>