summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/drop-shadow-inverse-scale.yaml
blob: 229bdaa4b610fb45d892e1e08d95beeac94f3b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ensure that zero sized drop shadows handle reflection scale transforms without crashing
---
root:
  items:
    -
      type: "stacking-context"
      bounds: [100, 100, 100, 100]
      filters: drop-shadow([0, 1], 1, red)
      transform: scale(-1, 1)
      items:
        -
          type: rect
          color: green
          bounds: [0, 0, 1, 0]