summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-subregion-bigger-ref.yaml
blob: 676518b4ed4f0532d82fdde33073eb8b721f6abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
root:
  items:
    - type: stacking-context
      bounds: [0, 50, 200, 100]
      items:
        - type: rect
          bounds: [10, 10, 80, 100]
          color: [255, 0, 0, 0.7]
        - type: rect
          bounds: [50, 10, 80, 100]
          color: [0, 255, 0, 0.7]
        - type: rect
          bounds: [90, 10, 80, 100]
          color: [0, 0, 255, 0.7]