Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/mozilla-bug-1851730.html - WPT Dashboard Interop Dashboard
<script>
document.addEventListener("DOMContentLoaded", () => {
document.execCommand("selectAll", false)
a.wrap = "hard"
a.value = "A"
b.style.cssFloat = "left"
})
</script>
<textarea id="a" autofocus="autofocus">"</textarea>
<font id="b">
<pre>