tor-browser

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

scroll-generation-2.yaml (537B)


      1 # Test that an scroll frame having scroll-offsets which don't match the scroll
      2 # generation on the main-thread.
      3 root:
      4  items:
      5    - type: scroll-frame
      6      bounds: [0, 0, 100, 100]
      7      content-size: [100, 1000]
      8      scroll-offsets:
      9        - offset: [0, -10]
     10          generation: 10
     11        - offset: [0, -100]
     12          generation: 11
     13      external-scroll-offset: [0, 50]
     14      scroll-generation: 2
     15      has-scroll-linked-effect: true
     16      items:
     17        - type: rect
     18          color: green
     19          bounds: [0, 50, 100, 100]