summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/linear-ref.yaml
blob: 83d7248166234489da52a08b4ce8b4fb7e8d94d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
root:
  items:
    - type: stacking-context
      bounds: 50 50 200 200
      items:
        - type: rect
          bounds: 0 0 50 200
          color: red
        - type: rect
          bounds: 50 0 50 200
          color: green
        - type: rect
          bounds: 100 0 50 200
          color: blue
        - type: rect
          bounds: 150 0 50 200
          color: black