RetroZilla/layout/html/tests/block/bugs/124637.html

12 lines
371 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>