mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 18:41:53 +00:00
12 lines
236 B
HTML
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>
|