tenfourfox/layout/reftests/bugs/811301-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>