mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
201d29edb6
--HG-- extra : rebase_source : 248521189921b2a46f0805582a3789b27c26ecbd
25 lines
472 B
HTML
25 lines
472 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<fieldset style="width:200px; height:200px; padding:0">
|
|
<legend style="overflow:hidden">Legend</legend>
|
|
<div id="d" style="overflow:hidden; height:100%;">
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
<p>Hello Kitty
|
|
</div>
|
|
</fieldset>
|
|
<script>
|
|
d.scrollTop = 20;
|
|
</script>
|
|
</body>
|
|
</html>
|