summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/boxshadow/box-shadow-clipped-corners.yaml
blob: dd457e7e4a96cbade8b4675bfb10613732d115dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Verify that if a clip results in all the corner segments of a box-shadow
# (clip-out) primitive being culled, we still correctly clip-out and render
# the inner segments
---
root:
  items:
    - type: clip
      id: 2
      bounds: [ 0, 100, 300, 100 ]

    - type: box-shadow
      bounds: [ 50, 50, 200, 200 ]
      clip-chain: [2]
      color: red
      spread-radius: 10
      border-radius: 10