blob: efb31d68526fbcd42271ccbdabeb7f2f20ba7385 (
plain)
1
2
3
4
5
6
7
8
|
<html>
<body onload="document.getElementById('test').innerHTML='<br><br><br><br><br><br><br><br><br>'">
<table style="height:400px; background:yellow;">
<tr><td id="test">
<tr height=100%><td><div style="height:100%; width:100px; background:blue;"></div>
</table>
</body>
</html>
|