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

13 lines
260 B
HTML
Raw Normal View History

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