box-shadow-clipped-corners.yaml (401B)
1 # Verify that if a clip results in all the corner segments of a box-shadow 2 # (clip-out) primitive being culled, we still correctly clip-out and render 3 # the inner segments 4 --- 5 root: 6 items: 7 - type: clip 8 id: 2 9 bounds: [ 0, 100, 300, 100 ] 10 11 - type: box-shadow 12 bounds: [ 50, 50, 200, 200 ] 13 clip-chain: [2] 14 color: red 15 spread-radius: 10 16 border-radius: 10