<body>
<script>
window.scrollTo(200, 200);
</script>
<script src="include.js"></script>
test(() => {
println("PASS (didn't crash)");
});
</body>