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