mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 10:54:57 +00:00
5 lines
164 B
HTML
5 lines
164 B
HTML
<body><script>
|
|
window.scrollTo(200, 200);
|
|
if (window.internals !== undefined)
|
|
window.internals.signalTextTestIsDone();
|
|
</script>PASS (didn't crash)
|