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

12 lines
317 B
HTML

<html>
<body onload="document.getElementById('test').innerHTML='<br><br><br><br><br><br><br><br><br><br><br><br>'">
<form style="height:100%">
<table height=100% bgcolor=yellow>
<tr><td id="test">Click here
<tr height=100%><td><textarea style="height:100%"></textarea>
<tr><td>Bottom
</table>
</form>
</body>
</html>