tor-browser

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

scroll-behavior-main-frame-root.html.ini (800B)


      1 [scroll-behavior-main-frame-root.html]
      2  [Main frame with smooth scroll-behavior ; scroll() with default behavior]
      3    expected:
      4      if (os == "linux") and debug and not fission: [PASS, FAIL]
      5 
      6  [Main frame with auto scroll-behavior ; scroll() with smooth behavior]
      7    expected:
      8      if (os == "linux") and debug and not fission: [PASS, FAIL]
      9 
     10  [Main frame with smooth scroll-behavior ; scrollIntoView() with smooth behavior]
     11    expected:
     12      if (os == "linux") and debug and not fission: [PASS, FAIL]
     13 
     14  [Main frame with smooth scroll-behavior ; scroll() with auto behavior]
     15    expected:
     16      if (os == "mac") and debug: [PASS, FAIL]
     17 
     18  [Main frame with smooth scroll-behavior ; scroll() with smooth behavior]
     19    expected:
     20      if (os == "linux") and debug and not fission: [PASS, FAIL]