mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 18:41:53 +00:00
9 lines
263 B
HTML
9 lines
263 B
HTML
<!DOCTYPE html>
|
|
<a id="anchor" href="http://ladybird.org/foo%C2%91%91"></a>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
const anchorElement = document.getElementById('anchor');
|
|
println(anchorElement.pathname);
|
|
})
|
|
</script>
|