mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
371 B
HTML
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>
|