summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-drop-shadow-huge.yaml
blob: dc971a7d3a7e7e00cb230126e28d8c1003dad069 (plain)
1
2
3
4
5
6
7
8
9
10
# Don't crash on very large blur radius!
---
root:
  items:
    - type: stacking-context
      bounds: [10, 10, 260, 260]
      filters: drop-shadow([73, 73], 10000000, [255, 0, 0, 1])
      items:
        - image: checkerboard(2, 16, 16)
          bounds: [10, 10, 260, 260]