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