summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/blend/backdrop-filter-blend-container.yaml
blob: 899e39ab2ed2e61591cae0a275afb75aed78da01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# verify that the results of a root-level mix-blend are available as
# input to a backdrop-filter following that follows the blend container
---
root:
  items:
    - type: stacking-context
      blend-container: true
      items:
        - type: rect
          bounds: 0 0 100 100
          color: red
        - type: stacking-context
          bounds: 0 0 100 100
          mix-blend-mode: multiply
          items:
            - type: rect
              bounds: 0 0 100 100
              color: red
    - type: backdrop-filter
      bounds: 0 0 100 100
      filters: invert(1)