summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/backdrop-filter-basic.yaml
blob: 95521d2fabb35c618094b48508619a3a2b4b9aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Tests that a basic invert backdrop-filter works
---
root:
  items:
    - type: stacking-context
      backdrop-root: true
      bounds: 0 0 0 0
      items:
      - type: rect
        color: [255, 0, 0, 1]
        bounds: 0 0 256 256
      - type: clip
        id: 2
        bounds: 0 0 256 256
        clip-rect: 0 0 256 256
      - type: stacking-context
        bounds: 0 0 0 0
        items:
        - type: backdrop-filter
          bounds: 0 0 256 256
          filters: invert(1)