Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/textarea-text-overflow-ellipsis-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<style>
textarea {
columns: 50;
text-overflow: ellipsis;
}
</style>
<textarea></textarea>