summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/computed-rotation-yflip.yaml
blob: 7cbea35433aaf089f540f3d729b4157c1a13b930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
root:
  items:
    - type: iframe
      id: [1, 3]
      bounds: [100, 100, 128, 256]
pipelines:
  -
    id: [1, 3]
    items:
      - type: computed-frame
        scale-from: [256, 256]
        vertical-flip: true
        rotation: 90
        items:
          - image: firefox.png
            bounds: [0, 0, 256, 256]