summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/border-radii.yaml
blob: c0b2fda968c39294a03c4c025b3edb55b1d57bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 100, 100]
      items:
        - type: border
          bounds: [ 10, 10, 90, 90 ]
          width: 10
          border-type: normal
          style: solid
          radius:
            top-left: 16
            bottom-right: 16
            top-right: 8
            bottom-left: 8
          color: [ blue, blue, blue, blue ]