mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
245 B
HTML
12 lines
245 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<p>Hello
|
|
<div style="height:10000px; width:100px; background:yellow"></div>
|
|
<script>
|
|
window.scrollTo(0,200);
|
|
document.documentElement.setAttribute("style", "overflow-y:hidden");
|
|
</script>
|
|
</body>
|
|
</html>
|