summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-drop-shadow-fractional.yaml
blob: e61ae8ec45e13f6cae3e75b10033e96581a7d7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Verify that drop shadows with fractional blur radii are correctly centered
---
root:
  items:
    - type: stacking-context
      bounds: [20, 20, 0, 0]
      filters: drop-shadow([0, 0], 5.01, [255, 0, 0, 1])
      items:
      - type: rect
        bounds: 0 0 100 100
        color: black