wpt / css / css-text / text-fit / columns-crash.html

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

/css/css-text/text-fit/columns-crash.html

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-5/#text-fit-property">
<link rel="help" href="https://crbug.com/500174478">
<link rel="help" href="https://crbug.com/517455256">
<style>
body {
  columns: 0;
}

.target {
  margin-top: 1px;
  text-fit: grow;
}
</style>
<div class="target">A0AA00AAA</div>

<div style="columns:2; text-fit:grow;">
  <span>
    <div>Two</div>
    <div>Three</div>
  </span>
</div>