summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-drop-shadow-transform-huge.yaml
blob: e46af9dfa40477bcc4fa3ed5f9f60dadb1dce76f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Don't crash on large blur radius with large transform!
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 1000, 1000]
      items:
        - type: stacking-context
          bounds: [0, 0, 1000, 1000]
          transform: scale-y(100)
          items:
            - type: stacking-context
              bounds: [0, 0, 1000, 1000]
              filters: drop-shadow([0, 0], 999999, [255, 0, 0, 1])
              items:
                - image: checkerboard(2, 16, 16)
                  bounds: [0, 0, 1000, 1000]