mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
8 lines
198 B
HTML
8 lines
198 B
HTML
<body onload="document.getElementById('a').style.height='100%';">
|
|
<div style="overflow:auto; width:200px; height:200px;">
|
|
<div>
|
|
<div id=a style="width:300px; background:green">
|
|
</div>
|
|
</div>
|
|
</div>
|