wpt / css / css-ruby / crashtests / overhang.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-ruby/crashtests/overhang.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Ruby overhang in multi-column layout should not crash</title>
<link rel="help" href="https://crbug.com/393201839">
<style>
.CLASS14 {
  word-break:break-all;
  -webkit-text-security:disc;
  column-count:+256;
}
</style>
<table width="1ex">
<caption class="CLASS14">
<ruby>***nl*<rt><input/></rt></ruby>
</caption>
</table>