mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
325 B
HTML
27 lines
325 B
HTML
<html>
|
|
<body>
|
|
The words "One Two Three" should appear down the right side of this page.
|
|
<table>
|
|
<tr>
|
|
<td width="100%"/>
|
|
<td>One</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table>
|
|
<tr>
|
|
<td width="100%"/>
|
|
<td>Two</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table>
|
|
<tr>
|
|
<td width="100%"/>
|
|
<td>Three</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|