summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/invisible.yaml
blob: c4a99e64a85926c369a2197df8acd23d2417af32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 100, 100]
      filters: opacity(0.0),
      items:
      - type: stacking-context
        bounds: [0, 0, 100, 100]
        items:
        - type: stacking-context
          bounds: [0, 0, 100, 100]
          items:
          - type: stacking-context
            bounds: [0, 0, 100, 100]
            items:
            - type: stacking-context
              bounds: [0, 0, 100, 100]
              items:
              - type: rect
                bounds: [70, 70, 50, 50]
                color: green
    # This display item ensures that the stacking context is skipped, but
    # later items are not.
    - type: rect
      bounds: [10, 10, 50, 50]
      color: green