break-spaces-crash.html (299B)
1 <!DOCTYPE html> 2 <head> 3 <link rel="help" href="https://crbug.com/352467338"> 4 <title>Zero available width + break-spaces</title> 5 <style> 6 body { 7 margin-right: 1000%; 8 } 9 span { 10 white-space-collapse: break-spaces; 11 } 12 </style> 13 </head> 14 <body dir="rtl"> 15 <ruby><span>A A A</span><rt></rt></ruby> 16 </body>