summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-mix-blend-mode.yaml
blob: 0b6e3eb4684bb5508d7a22e5fc1e0eeab23a4042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
root:
  items:
    - type: stacking-context
      blend-container: true
      items:
      - type: rect
        color: [128, 128, 128, 1]
        bounds: 100 100 100 100
      - type: stacking-context
        bounds: [100, 100, 100, 100]
        filters: [invert(1)]
        mix-blend-mode: exclusion
        items:
        - type: rect
          color: yellow
          bounds: 0 0 100 100