new regression test not affecting the build.

This commit is contained in:
karnaze%netscape.com 2002-03-20 22:18:38 +00:00
parent 3a172cbd87
commit 01e4335ebe
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<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>

View File

@ -182,3 +182,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/87543.html
file:///s:/mozilla/layout/html/tests/block/bugs/97383.html
file:///s:/mozilla/layout/html/tests/block/bugs/97383-a.html
file:///s:/mozilla/layout/html/tests/block/bugs/111255.html
file:///s:/mozilla/layout/html/tests/block/bugs/124637.html