summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svg-filter-flood-ref.yaml
blob: ae4eb6a0d159ebf3bce8123d47ea8b8ac9602cc2 (plain)
1
2
3
4
5
6
7
8
9
10
# Test that flood filter is equivalent to drawing a rect with the same size and color
---
root:
  items:
    - type: stacking-context
      bounds: [100, 100, 400, 400]
      items:
        - type: rect
          bounds: [20, 20, 256, 256]
          color: [0, 255.0, 0, 0.4]