mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
153 B
HTML
9 lines
153 B
HTML
<!DOCTYPE html>
|
|
<script src="include.js"></script>
|
|
<img src="invalid-protocol:foo">
|
|
<script>
|
|
test(() => {
|
|
println("PASS");
|
|
});
|
|
</script>
|