Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<meta charset="utf-8">
<script>
onload = () => {
document.designMode = 'on';
getSelection().selectAllChildren(document.body);
getSelection().modify('extend', 'backward', 'character');
};
</script>
<audio controls>