tor-browser

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

background-change-during-smooth-scroll.html.ini (638B)


      1 [background-change-during-smooth-scroll.html]
      2  expected:
      3    if (os == "linux") and not swgl and (processor == "x86_64") and fission and debug: [TIMEOUT, OK]
      4    if (os == "linux") and not swgl and (processor == "x86_64") and not fission and not debug: [TIMEOUT, OK]
      5    if os == "android": OK
      6    [OK, TIMEOUT]
      7  [background change during smooth scroll]
      8    expected:
      9      if (os == "linux") and not swgl and (processor == "x86_64") and fission and debug: [NOTRUN, PASS]
     10      if (os == "linux") and not swgl and (processor == "x86_64") and not fission and not debug: [NOTRUN, PASS]
     11      if os == "android": PASS
     12      [PASS, NOTRUN]