mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
It is not treated as the same thing in the specification, or by us in other places too. This fixes 8 more origin related URL tests on WPT.
8 lines
166 B
HTML
8 lines
166 B
HTML
<a id="a" href='http://f:0/c'>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(document.getElementById("a").origin);
|
|
})
|
|
</script>
|