Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/selectall-selection-modify-move-forward-lineboundary-selectall-around-editable-canvas.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<script>
onload = () => {
document.querySelector("canvas[contenteditable]").blur();
document.execCommand("selectAll", false);
getSelection().modify("move", "forward", "lineboundary");
document.execCommand("selectAll", false);
};
</script>
<canvas contenteditable="true">
<audio controls>