Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-ui/crashtests/text-overflow-ellipsis-multiline-crash.html
<!DOCTYPE html> <style> div { width: 5ch; overflow: hidden; text-overflow: ellipsis; } div::first-line { text-decoration: underline; } </style> <div> <br> 1234567 </div>