diff options
Diffstat (limited to 'testdata/web/page2/index.html')
| -rw-r--r-- | testdata/web/page2/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/web/page2/index.html b/testdata/web/page2/index.html index 933dede..0fc7601 100644 --- a/testdata/web/page2/index.html +++ b/testdata/web/page2/index.html @@ -4,7 +4,10 @@ SPDX-License-Identifier: GPL-3.0-only --> <html> <body> + <img src="/broken.png" /> <img src="broken2.png" /> <a href="broken/relative">broken relative link</a> + <a href="/">Back with absolute path</a> + <a href="../">Back with relative path</a> </body> </html> |
