summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/border/border-clamp-corner-radius.yaml
blob: 10859274c7d6ebb12ca397338ad3b1c8e0d9f81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 420, 250]
      items:
        - type: border
          bounds: [ 0, 0, 200, 200 ]
          width: 10
          border-type: normal
          style: solid
          radius: 180
          color: blue
        - type: border
          bounds: [ 200, 0, 200, 200 ]
          width: 10
          border-type: normal
          style: solid
          radius:
            top-left: [180, 180]
            top-right: [0, 0]
            bottom-left: [0, 0]
            bottom-right: [180, 180]
          color: blue