mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
10 lines
197 B
HTML
10 lines
197 B
HTML
<!DOCTYPE html>
|
|
<script src="../include.js"></script>
|
|
<script type="importmap">
|
|
Invalid import map.
|
|
</script>
|
|
<script type="module">
|
|
test(() => {
|
|
println("PASS");
|
|
});
|
|
</script>
|