summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/writing-modes-3/support/tcy.css
blob: 0117e215ebe4512d55fa24de1dfd7c47b8998fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
.tcy {
  text-combine-upright: all;
}
.fake-tcy {
  display: inline-block;
  writing-mode: horizontal-tb;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
}