summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/rotate-clip.yaml
blob: c1c01d0dc4d4a8625dcd9fbc91c8ac6a2417bda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
root:
  items:
    -
      type: clip
      id: 2
      bounds: [0, 0, 2000, 2000]
      clip-rect: [0, 0, 2000, 2000]
    -
      bounds: [100, 0, 150, 150]
      type: "stacking-context"
      transform: rotate-x(45)
      transform-origin: [0, 500]
      items:
        -
          bounds: [0, 0, 150, 150]
          type: rect
          color: 0 128 0 1.0000
          clip-chain: [2]