mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
284 B
HTML
13 lines
284 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body style="margin:0" onload="doTest()">
|
||
|
<div style="height:1205.6px"></div>
|
||
|
<div id="d" style="height:0.6px; background:red"></div>
|
||
|
<script>
|
||
|
function doTest() {
|
||
|
window.scrollTo(0, document.documentElement.scrollTop);
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|