summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-blur-huge.yaml
blob: 13a4c72fd8fe89e7f983096788c5e4773475a5c6 (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: blur(1000000, 1000000)
      items:
        - image: checkerboard(2, 16, 16)
          bounds: [10, 10, 260, 260]