diff options
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/web/index.html | 11 | ||||
| -rw-r--r-- | testdata/web/page2/index.html | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/testdata/web/index.html b/testdata/web/index.html new file mode 100644 index 0000000..5d85bcf --- /dev/null +++ b/testdata/web/index.html @@ -0,0 +1,11 @@ +<!-- +SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> +SPDX-License-Identifier: GPL-3.0-only +--> +<html> + <body> + <img src="/broken.png" /> + <a href="/brokenPage">Broken page</a> + <a href="/page2">Page 2</a> + </body> +</html> diff --git a/testdata/web/page2/index.html b/testdata/web/page2/index.html new file mode 100644 index 0000000..933dede --- /dev/null +++ b/testdata/web/page2/index.html @@ -0,0 +1,10 @@ +<!-- +SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> +SPDX-License-Identifier: GPL-3.0-only +--> +<html> + <body> + <img src="broken2.png" /> + <a href="broken/relative">broken relative link</a> + </body> +</html> |
