Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-ruby/break-within-bases/break-spaces-crash.html
<!DOCTYPE html> <head> <link rel="help" href="https://crbug.com/352467338"> <title>Zero available width + break-spaces</title> <style> body { margin-right: 1000%; } span { white-space-collapse: break-spaces; } </style> </head> <body dir="rtl"> <ruby><span>A A A</span><rt></rt></ruby> </body>