summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/scrolling/empty-mask.yaml
blob: 2fe90d6338b8d370cfc499f3d7a271254b4f1d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
root:
  items:
    - type: rect
      bounds: [0, 0, 100, 100]
      color: green
    - type: scroll-frame
      bounds: [0, 0, 100, 100]
      items:
        - type: clip
          id: 2
          bounds: [0, 0, 0, 0]
        - type: clip
          id: 3
          complex:
            - rect: [0, 0, 100, 100]
              radius: 20
        - type: rect
          bounds: [0, 0, 500, 500]
          color: red
          clip-chain: [2, 3]