From ded0c89eea2ff0193f7916db35e3f600d24842ff Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 11 Feb 2026 04:40:35 +0700 Subject: brokenlinks: test links that wrapped by other elements This is to see the behaviour of [Node.Descendants] when traversing the element recursively. --- brokenlinks/testdata/web/index.html | 10 ++++++++-- brokenlinks/testdata/web/page2/index.html | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) (limited to 'brokenlinks/testdata/web') diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html index 4eaf3ed..6952dd1 100644 --- a/brokenlinks/testdata/web/index.html +++ b/brokenlinks/testdata/web/index.html @@ -4,8 +4,14 @@ SPDX-License-Identifier: GPL-3.0-only --> - - Broken page +
+ +
+
+
+ Broken page +
+
Page 2 diff --git a/brokenlinks/testdata/web/page2/index.html b/brokenlinks/testdata/web/page2/index.html index ae6b4ea..f75b89c 100644 --- a/brokenlinks/testdata/web/page2/index.html +++ b/brokenlinks/testdata/web/page2/index.html @@ -4,8 +4,14 @@ SPDX-License-Identifier: GPL-3.0-only --> - - +
+ +
+
+
+ +
+
broken relative link Back with absolute path Back with relative path -- cgit v1.3