aboutsummaryrefslogtreecommitdiff
path: root/test/content/components/common/follow.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/content/components/common/follow.html')
-rw-r--r--test/content/components/common/follow.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/content/components/common/follow.html b/test/content/components/common/follow.html
index eb0decd..b2a2d74 100644
--- a/test/content/components/common/follow.html
+++ b/test/content/components/common/follow.html
@@ -8,5 +8,10 @@
<div id='editable_div_1' contenteditable>link</div>
<div id='editable_div_2' contenteditable='true'>link</div>
<div id='x' contenteditable='false'>link</div>
+ <details>
+ <summary id='summary_1'>summary link</summary>
+ Some details
+ <a href='#'>not visible</a>
+ </details>
</body>
</html>