tor-browser

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

path.html.ini (536B)


      1 [path.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Set cookie for bare Path]
      5    expected:
      6      if (os == "android") and fission: [PASS, FAIL]
      7 
      8  [No cookie returned for partial path match, return cookie for default path]
      9    expected:
     10      if (os == "android") and fission: [PASS, FAIL]
     11 
     12  [Set cookie for Path=]
     13    expected:
     14      if (os == "android") and fission: [PASS, FAIL]
     15 
     16  [Return cookie for bare path= (after mismatched path)]
     17    expected:
     18      if (os == "android") and fission: [PASS, FAIL]