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