tor-browser

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

isIntersecting-threshold.html.ini (523B)


      1 [isIntersecting-threshold.html]
      2  [Scrolled to half way through target element]
      3    expected:
      4      if (os == "mac") and not debug: PASS
      5      if (os == "android") and debug: PASS
      6      [PASS, FAIL]
      7 
      8  [Scrolled to target element completely off screen]
      9    expected:
     10      if (os == "mac") and not debug: PASS
     11      if (os == "android") and debug: PASS
     12      [PASS, FAIL]
     13 
     14  [At initial scroll position]
     15    expected:
     16      if (os == "mac") and not debug: PASS
     17      if (os == "android") and debug: PASS
     18      [PASS, FAIL]