mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
13 lines
236 B
HTML
13 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>
|