summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/scrolling/simple.yaml
blob: b8061dfca944bf6e06842da44e9baf055b669afa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root:
  items:
    - type: scroll-frame
      bounds: [10, 10, 50, 50]
      content-size: [100, 100]
      items:
        - type: rect
          bounds: [10, 10, 500, 500]
          color: green
    - type: scroll-frame
      bounds: [70, 10, 50, 50]
      content-size: [100, 100]
      items:
        - type: rect
          bounds: [70, 10, 100, 100]
          color: green