summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/backdrop-filter-half-opacity.yaml
blob: 33fac807a91659035d5c169b03ab383e2333ae1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root:
  items:
    - type: rect
      bounds: [20, 20, 100, 100]
      color: [0, 128, 0, 1]
    - type: stacking-context
      bounds: [20, 20, 0, 0]
      filters: [opacity(0.5)]
      wraps-backdrop-filter: true
      items:
        - type: backdrop-filter
          bounds: [0, 0, 100, 100]
          filters: [invert(1)]