summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/crashtests/text-indent-each-line-crash.html
blob: fb63175cf179871e76b8d30e3016401626725769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style>
*:scope {
  text-indent: 41% each-line;
  columns: 0;
}
#a {
  float: right;
  writing-mode: tb;
}
</style>
<shadow id="a">
A
</shadow>
<details>