tenfourfox/layout/reftests/bugs/321738-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

26 lines
283 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
ul {
margin: 4px;
}
li {
float: left;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<ul>
<li>Test</li>
<li><script>var b=document.body.offsetHeight</script>Test</li>
</ul>
</td>
</tr>
</table>
</body>
</html>