summaryrefslogtreecommitdiff
path: root/testdata/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/web/index.html')
-rw-r--r--testdata/web/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/web/index.html b/testdata/web/index.html
index a245d07..61a1f39 100644
--- a/testdata/web/index.html
+++ b/testdata/web/index.html
@@ -15,5 +15,8 @@ SPDX-License-Identifier: GPL-3.0-only
<a href="http:/127.0.0.1:11836">Invalid external URL</a>
<!-- Error when parsing URL -->
<a href="http://127.0.0.1:abc">Invalid URL port</a>
+ <!-- Fragment should be skipped and cleaned up -->
+ <a href="#goto_a">Same with href to "/"</a>
+ <a href="/page2#goto_a">Same with href to "/page2"</a>
</body>
</html>