tor-browser

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

max-age.html.ini (879B)


      1 [max-age.html]
      2  expected:
      3    if (os == "linux") and debug and not fission: [OK, CRASH]
      4  [Set multiple cookies with max-age attribute]
      5    expected:
      6      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
      7      if (os == "win") and (processor == "x86"): [PASS, FAIL]
      8      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
      9      if (os == "android") and not debug: [PASS, FAIL]
     10 
     11  [Set multiple cookies with valid max-age values]
     12    expected:
     13      if (os == "win") and (processor == "x86_64") and debug: [PASS, FAIL]
     14      if (os == "win") and (processor == "x86_64") and not debug: [FAIL, PASS]
     15      if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
     16      if (os == "win") and (processor == "x86") and not debug: [FAIL, PASS]
     17      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]