summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/234964-1.html
blob: 445892af4f9348c5116100fc52275f350fa0d7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>