tenfourfox/layout/reftests/table-anonymous-boxes/448111-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>