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