tenfourfox/layout/reftests/table-anonymous-boxes/448111-1.html

14 lines
268 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>