mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
242 B
HTML
7 lines
242 B
HTML
|
<!DOCTYPE html>
|
||
|
<body onload="document.getElementById('a').style.minHeight='100%';">
|
||
|
<div style="overflow:auto; width:200px; position:absolute; height:200px;">
|
||
|
<div id=a style="position:absolute; width:300px; background:green">
|
||
|
</div>
|
||
|
</div>
|