summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/boxshadow/inset-offset.yaml
blob: 17fa232f3a6501b97adef9f8c6a6ba7fc3a6af90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 1000, 1000]
      items:
        - type: box-shadow
          bounds: [ 22, 22, 200, 80 ]
          color: blue
          clip-mode: inset
          offset: 5 5
          blur-radius: 20
          spread-radius: 0
          border-radius:
            top-left: [0, 0]
            top-right: [0, 0]
            bottom-left: [0, 0]
            bottom-right: [0, 0]