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