summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/opacity-combined.yaml
blob: 7d9bfa4ac5c7d0a44386442094ee2b5f51d2d415 (plain)
1
2
3
4
5
6
7
8
9
10
# this tests that opacity combination respects pre-multiplied alpha
root:
  items:
    - type: stacking-context
      bounds: [10, 10, 500, 500]
      filters: [opacity(0.50), opacity(0.50)]
      items:
        - type: rect
          bounds: [10, 10, 100, 100]
          color: green