summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/border-overlapping-corner.yaml
blob: 08e71fabef665ae64dc0e44318d14c1628d842cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- # Checks that corners are clipped correctly when they overlap with an adjacent corner
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 200, 200]
      items:
        - type: border
          bounds: [ 10, 10, 180, 180 ]
          width: 90
          border-type: normal
          style: solid
          radius:
            top-left: 180
            bottom-right: 180
            top-right: 0
            bottom-left: 0
          color: [ [0, 0, 255, 0.5] ]