summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/boxshadow/box-shadow-empty.yaml
blob: d3640d53f5888d2abc98e593bc57310104be2a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
root:
  items:
        - type: stacking-context
          bounds: [50, 50, 500, 500]
          items:
            - type: box-shadow
              bounds: [ 10, 10, 400, 400 ]
              blur-radius: 0
              clip-mode: outset
              offset: [0, 0]
              spread-radius: 0
              color: [255, 0, 0]