tor-browser

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

ext-scroll-offset-1.yaml (432B)


      1 # Test that items with an external scroll offset in both the
      2 # scroll node and primitive match up with items that have
      3 # been scrolled without an external scroll offset.
      4 root:
      5  items:
      6    - type: scroll-frame
      7      bounds: [0, 0, 100, 100]
      8      content-size: [100, 1000]
      9      scroll-offset: [0, 0]
     10      external-scroll-offset: [0, 50]
     11      items:
     12        - type: rect
     13          color: green
     14          bounds: [0, 50, 100, 100]