1
0
Fork 0
firefox/testing/web-platform/tests/editing/crashtests/design-mode-textarea.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
399 B
HTML

<!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>