1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 10:54:57 +00:00
serenity/Tests/LibWeb/Text/input/window-scroll-while-parsing.html
2024-01-19 09:16:54 +01:00

5 lines
164 B
HTML

<body><script>
window.scrollTo(200, 200);
if (window.internals !== undefined)
window.internals.signalTextTestIsDone();
</script>PASS (didn't crash)