summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/text/writing-modes-ref.yaml
blob: c392822e607d9cdb71488df6848eb60928eebabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 300, 60]
      transform: rotate(-90) translate(-120, 160)
      items:
        - text: "This is sideways-left"
          origin: 0 40
          size: 20
          font: "FreeSans.ttf"
    - type: stacking-context
      bounds: [0, 0, 300, 60]
      transform: rotate(90) translate(-90, 120)
      items:
        - text: "This is sideways-right"
          origin: 0 40
          size: 20
          font: "FreeSans.ttf"