Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/other/design-mode-textarea-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script>
onload = function() {
let x2 = document.getElementById("x2");
x2.select();
x2.placeholder = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
document.designMode = "on";
}
</script>
<textarea id="x2" inputmode="text" spellcheck="false" rows="32" readonly="">
<data id="x56" part="part1" accesskey="" translate="no">
Baa1101 11
</data>
</textarea>