summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/border-scale.yaml
blob: 4bf10c3029cd5c22a9ef6934baa3a0b4645aac5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
root:
  items:
    - type: stacking-context
      bounds: [50, 50, 100, 100]
      transform: scale(10)
      items:
        - type: border
          bounds: [ 5, 5, 20, 10 ]
          width: [ 1, 1, 1, 1 ]
          border-type: normal
          style: solid
          color: [ blue, blue, blue, blue ]
          radius: {
            top-left: [5, 5],
            top-right: [5, 5],
            bottom-left: [5, 5],
            bottom-right: [5, 5],
          }