summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-contrast-gray-alpha-1.yaml
blob: 87758d3f4a259923bdfaaf98b88cfecc80889e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 120, 120]
      items:
        - type: stacking-context
          bounds: [10, 10, 100, 100]
          filters: contrast(0)
          items:
            - type: rect
              bounds: [0, 0, 100, 100]
              color: [128, 128, 128, 0.25]