tor-browser

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

resnap-on-reconstructing-frame.html.ini (692B)


      1 [resnap-on-reconstructing-frame.html]
      2  expected:
      3    if (os == "linux") and not debug and asan and fission: TIMEOUT
      4    if (os == "linux") and not debug and asan and not fission: [OK, TIMEOUT]
      5    if (os == "linux") and debug and fission: [OK, TIMEOUT]
      6    if (os == "linux") and debug and not fission: [OK, TIMEOUT]
      7  [Stay at the last snap point even after reconstrucing the scroll container]
      8    expected:
      9      if (os == "linux") and not debug and asan and fission: TIMEOUT
     10      if (os == "linux") and not debug and asan and not fission: [PASS, TIMEOUT]
     11      if (os == "linux") and debug and fission: [PASS, TIMEOUT]
     12      if (os == "linux") and debug and not fission: [PASS, TIMEOUT]