mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|