wpt / css / css-multicol / textarea-text-overflow-ellipsis-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-multicol/textarea-text-overflow-ellipsis-crash.html

<!doctype html>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2056633">
<style>
textarea {
  columns: 50;
  text-overflow: ellipsis;
}
</style>
<textarea></textarea>