mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Support "importmap" scripts
This commit is contained in:
committed by
Andreas Kling
parent
ccb363c443
commit
e487f70bbf
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
println(HTMLScriptElement.supports("importmap"));
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user