tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

scroll-generation-4.yaml (378B)


      1 # Test that an scroll frame having no scroll-offsets, this is kinda crash test.
      2 root:
      3  items:
      4    - type: scroll-frame
      5      bounds: [0, 0, 100, 100]
      6      content-size: [100, 1000]
      7      external-scroll-offset: [0, 60]
      8      scroll-generation: 2
      9      has-scroll-linked-effect: true
     10      items:
     11        - type: rect
     12          color: green
     13          bounds: [0, 60, 100, 100]