Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
<style>
* { overflow-x: clip }
</style>
<p id="child">child</p>
<script>
window.getSelection().selectAllChildren(
document.getElementById("child"));
</script>