summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/border-scale-3.yaml
blob: 9308f2471d20b7865888508b892380533d1e126f (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: [10,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1]
      items:
        - type: border
          bounds: [ 5, 50, 20, 100 ]
          width: [ 10, 1, 10, 1 ]
          border-type: normal
          style: solid
          color: blue
          radius: {
            top-left: [5, 50],
            top-right: [5, 50],
            bottom-left: [5, 50],
            bottom-right: [5, 50],
          }