ladybird/Tests/LibWeb/Text/input/window-scroll-while-parsing.html
2025-03-20 11:50:49 +01:00

12 lines
236 B
HTML

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