mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
8 lines
173 B
HTML
8 lines
173 B
HTML
<!DOCTYPE html>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
alert("Well hello friends!");
|
|
println("PASS (didn't crash)");
|
|
});
|
|
</script>
|