Newer
Older
minerva / Tests / LibWeb / Text / input / window-scroll-while-parsing.html
@minerva minerva on 13 Jul 220 bytes Initial commit
<body>
    <script>
        window.scrollTo(200, 200);
    </script>
    <script src="include.js"></script>
    <script>
        test(() => {
            println("PASS (didn't crash)");
        });
    </script>
</body>