Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /selection/default-summary-selection.html - WPT Dashboard Interop Dashboard
<!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>