mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
268 B
HTML
14 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table border="1"><tr>
|
|
<td style="float: left; height: 200px">
|
|
<script type="text/javascript">v = document.body.offsetHeight;</script>
|
|
</td>
|
|
<td style="float: right">
|
|
Right
|
|
</td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|