summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-invert.yaml
blob: 57ebcdb43c68c9c220e73e02b10ccae73c59598f (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: invert(1)
          items:
            - type: rect
              bounds: [0, 0, 100, 100]
              color: [255, 255, 255, 0.25]