tor-browser

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

sandbox-top-navigation-child-delivered.tentative.sub.window.js.ini (771B)


      1 [sandbox-top-navigation-child-delivered.tentative.sub.window.html]
      2  expected:
      3    if (os == "win") and (processor == "x86_64") and debug: [OK, CRASH]
      4    if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT]
      5    if (os == "linux") and debug and fission: [OK, TIMEOUT]
      6    if (os == "linux") and debug and not fission: [OK, CRASH]
      7    if (os == "mac") and debug: TIMEOUT
      8    if (os == "linux") and not debug: [OK, TIMEOUT]
      9  [A same-origin frame with delivered sandbox flags can navigate top]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     12      if (os == "linux") and debug and fission: [PASS, TIMEOUT]
     13      if (os == "mac") and debug: TIMEOUT
     14      if (os == "linux") and not debug: [PASS, TIMEOUT]