summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/mask/missing-mask.yaml
blob: 69a1c7277425013d42331848d4fa52085f6da734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Don't crash when supplied an invalid image key for the mask!
---
root:
  items:
    - type: clip
      id: 2
      image-mask:
        image: invalid
        rect: [0, 0, 35, 35]
        repeat: false
    - type: rect
      bounds: [0, 0, 95, 88]
      color: blue
      clip-chain: [2]