| <style> | |
| .clamp { | |
| width: 50px; | |
| -webkit-box-orient: vertical; | |
| display: -webkit-box; | |
| -webkit-line-clamp: 2; | |
| } | |
| </style> | |
| <p>This test passes if it doesn't crash.</p> | |
| <div class=clamp> | |
| <div style="overflow-wrap: anywhere">This test passes if it doesn't  crash.</div> | |
| </div> |