mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 10:31:51 +00:00
8 lines
190 B
HTML
8 lines
190 B
HTML
<!DOCTYPE html>
|
|
<a id="a" href='blob:ftp://host/path'>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(document.getElementById("a").origin);
|
|
})
|
|
</script>
|