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