RetroZilla/layout/html/tests/block/bugs/124637.html
2015-10-20 23:03:22 -04: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>