Status: PASS | Duration: 4ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-ruby/ruby-tab-in-base-max-content-crash.html
<!DOCTYPE html> <meta charset="UTF-8"> <link rel="help" href="https://crbug.com/505419357"> <style> div.test { white-space: pre; width: max-content; } </style> <body> <div class="test">あ<ruby>	あ <rt>ああああああああ</rt></ruby>あ</div> </body> </html>