webkit-line-clamp-042-crash.html (514B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1372637"> 4 <div style="columns:3; column-fill:auto; height:100px;"> 5 <div style="display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; line-height:20px;"> 6 Line 1<br> 7 Line 2<br> 8 Line 3<br> 9 Line 4<br> 10 Line 5<br> 11 </div> 12 <div style="break-before:avoid; break-inside:avoid; height:50px;"></div> 13 </div>