mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-12 03:01:04 +00:00
8 lines
174 B
HTML
8 lines
174 B
HTML
|
|
<a id="a" href='blob:ftp://host/path'>
|
||
|
|
<script src="../include.js"></script>
|
||
|
|
<script>
|
||
|
|
test(() => {
|
||
|
|
println(document.getElementById("a").origin);
|
||
|
|
})
|
||
|
|
</script>
|