summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/isolated.yaml
blob: 5f61ba2dfa74b5d891225841147a59b2e10e77b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# this tests that filters don't create isolated groups
---
root:
  items:
        - type: rect
          bounds: [0, 0, 100, 100]
          color: [0, 0, 0]
        - type: stacking-context
          bounds: [0, 0, 100, 100]
          items:
            - type: stacking-context
              bounds: [0, 0, 100, 100]
              filters: opacity(0.5)
              items:
                - type: rect
                  bounds: [0, 0, 100, 100]
                  color: [0, 255, 0]