aboutsummaryrefslogtreecommitdiff
path: root/test/content/components/common/follow.html
diff options
context:
space:
mode:
authorMagnus Bergmark <magnus.bergmark@gmail.com>2018-07-16 13:04:26 +0200
committerMagnus Bergmark <magnus.bergmark@gmail.com>2018-07-16 13:04:26 +0200
commitb45ffea6a45de911710eb9868596987e27b5c707 (patch)
tree934ea61195edc53346869fda456fa259a9df0262 /test/content/components/common/follow.html
parent84a9655bb39e5902b417e124a0eb23d80808a6a7 (diff)
Allow following <summary> elements
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>