wpt / css / css-text / crashtests / text-indent-each-line-crash.html

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

/css/css-text/crashtests/text-indent-each-line-crash.html

<style>
*:scope {
  text-indent: 41% each-line;
  columns: 0;
}
#a {
  float: right;
  writing-mode: tb;
}
</style>
<shadow id="a">
A
</shadow>
<details>