summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/backdrop-filter-chain.yaml
blob: 16f081ae73971eb2693595c73f2ebc844d475fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Verify that backdrop filters with complex filter chains draw correctly
---
root:
  items:
    - type: stacking-context
      backdrop-root: true
      items:
      - image: "firefox.png"
        bounds: 0 0 256 256
      - type: backdrop-filter
        bounds: 50 50 100 100
        filters: ["blur(5,5)", sepia(0.5), brightness(0.8)]