summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/backdrop-filter-on-child-surface.yaml
blob: 3792556ade3e0b22e5016358d34d92b3bbbb114b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tests that a basic invert backdrop-filter works on a child surface
---
root:
  items:
    - type: stacking-context
      backdrop-root: true
      filters: [identity]
      items:
        - type: rect
          bounds: 0 0 256 256
          color: red
        - type: backdrop-filter
          bounds: 0 0 256 256
          filters: invert(1)