summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/scrolling/sibling-hidden-clip.yaml
blob: 74b735d32a23ef58b6c3c5442cf8c677e74e4c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
root:
  items:
    -
      bounds: [0, 0, 200, 200]
      type: "stacking-context"
      "scroll-policy": scrollable
      filters: [opacity(0.0)]
      items:
        -
          bounds: [0, 0, 50, 80]
          type: clip
          id: 2
    - type: rect
      bounds: [10, 10, 100, 100]
      color: red
      clip-and-scroll: 2

  id: [0, 0]
pipelines: []