mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
9 lines
250 B
HTML
9 lines
250 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<table style="height:400px; background:yellow;">
|
||
|
<tr><td id="test"><br><br><br><br><br><br><br><br><br>
|
||
|
<tr height=100%><td><div style="height:100%; width:100px; background:blue;"></div>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|