mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02:00
See: - http://wpt.live/import-maps/multiple-import-maps/with-errors.html (cherry picked from commit c891b83fc079ee0c34ea9ccc71cfed67e3b14cd2)
11 lines
197 B
HTML
11 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>
|