summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/backdrop-filter-blur-edge-mode.yaml
blob: 53681976c643e876050532924b7c04bd3091ccc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Verify that blurs on backdrop-filters use edgeMode=duplicate
---
root:
  items:
    - type: stacking-context
      backdrop-root: true
      bounds: 0 0 0 0
      items:
      - type: rect
        bounds: 0 0 400 400
        color: red
      - type: rect
        bounds: 100 100 200 200
        color: blue
      - type: backdrop-filter
        bounds: 100 100 200 200
        filters: ["blur(10,10)"]