mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
38913f080a
--HG-- extra : rebase_source : 248521189921b2a46f0805582a3789b27c26ecbd
15 lines
340 B
HTML
15 lines
340 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<fieldset id="f" style="position:relative; overflow:hidden; width:500px; height:500px;">
|
|
<legend>Legend</legend>
|
|
<div style="height:1000px;">
|
|
<div style="position:absolute; left:20px; top:50px; background:yellow;">Abs-pos</div>
|
|
</div>
|
|
</fieldset>
|
|
<script>
|
|
f.scrollTop = 30;
|
|
</script>
|
|
</body>
|
|
</html>
|