tor-browser

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

root-margin.html.ini (670B)


      1 [root-margin.html]
      2  [document.scrollingElement.scrollLeft = 100]
      3    expected:
      4      if (os == "mac") and debug: [FAIL, PASS]
      5      if (os == "mac") and not debug: [PASS, FAIL]
      6      FAIL
      7 
      8  [First rAF.]
      9    expected:
     10      if (os == "mac") and debug: [FAIL, PASS]
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      FAIL
     13 
     14  [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
     15    expected:
     16      if (os == "mac") and debug: [FAIL, PASS]
     17      if (os == "mac") and not debug: [PASS, FAIL]
     18      FAIL
     19 
     20  [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
     21    expected:
     22      if os == "android": FAIL