Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<link rel="match" href="default-summary-selection-ref.html">
</head>
<body>
<p>Preceding Text</p>
<details open>Details Text</details>
<p>Following Text</p>
<script>
getSelection().selectAllChildren(document.body);
</script>
</body>
</html>