RetroZilla/layout/html/tests/block/bugs/7093.html
2015-10-20 23:03:22 -04:00

13 lines
260 B
HTML

<html>
<head>
<title>Bug 7093 test</title>
</head>
<body>
<div style="margin-bottom: 10px">paragraph</div> <!-- p also works -->
<table style="float: left"><tr><td>first table</td></tr></table>
<table><tr><td>second table</td></tr></table>
</body>
</html>