summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/border-radial-gradient-simple.yaml
blob: d5110ce4aeb1b5a420fd995f92126c2c57c5516e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 50, 50]
      items:
        - type: border
          bounds: [ 0, 0, 50, 50 ]
          width: [ 10, 10, 10, 10 ]
          border-type: radial-gradient
          center: [ 25, 25 ]
          radius: [ 50, 50 ]
          stops: [ 0.0, red, 1.0, green ]
          outset: [ 0, 0, 0, 0 ]