mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d0c2d88fef
--HG-- extra : rebase_source : c8f0d927ee2dcc87d0385b8f2d77475274b68e5f
13 lines
302 B
HTML
13 lines
302 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<fieldset style="overflow:hidden; height:300px;">
|
|
<legend style="position:sticky; top:0;"><div style="width:200px; height:50px; background:yellow;"></div></legend>
|
|
</fieldset>
|
|
<div style="height:5000px;"></div>
|
|
<script>
|
|
window.scrollTo(0,100);
|
|
</script>
|
|
</body>
|
|
</html>
|