tor-browser

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

partitioned-web-locks.tentative.https.html.ini (922B)


      1 prefs: [network.cookie.cookieBehavior:5, network.cookie.cookieBehavior.pbmode:5]
      2 [partitioned-web-locks.tentative.https.html]
      3  expected:
      4    if not debug and (os == "linux") and fission and asan: [TIMEOUT, OK]
      5    if not debug and (os == "win"): OK
      6    if not debug and (os == "mac"): OK
      7    if debug: OK
      8    [OK, TIMEOUT]
      9  [WebLocks of a nested iframe with a cross-site ancestor are partitioned]
     10    expected:
     11      if not debug and (os == "linux") and fission and not asan and not tsan: [PASS, TIMEOUT, NOTRUN]
     12      if not debug and (os == "linux") and fission and asan: [TIMEOUT, PASS, NOTRUN]
     13      if not debug and (os == "win"): PASS
     14      if not debug and (os == "mac"): PASS
     15      if debug: PASS
     16      [PASS, NOTRUN]
     17 
     18  [WebLocks of an iframe under a 3rd-party site are partitioned]
     19    expected:
     20      if not debug and (os == "linux"): [PASS, TIMEOUT]
     21      if not debug and (os == "android"): [PASS, TIMEOUT]