summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-filter-drop-shadow.yaml
blob: 25cdfaf61edb51999cd2379f05da91eac341ee73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Tests that SVG drop shadows are working properly
---
root:
  items:
    - type: stacking-context
      bounds: [100, 100, 400, 400]
      filter-primitives:
      - type: drop-shadow
        in: previous
        offset: [73, 73]
        radius: 20
        color: [255, 0, 0, 1]
        color-space: srgb
      items:
      - image: "firefox.png"
        bounds: 0 0 256 256