tor-browser

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

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


      1 [sandbox-top-navigation-child-delivered-both.tentative.sub.window.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      4    if (os == "linux") and debug and fission: [OK, TIMEOUT]
      5    if (os == "linux") and debug and not fission: [OK, CRASH]
      6    if (os == "mac") and debug: [OK, TIMEOUT]
      7    if (os == "linux") and not debug: [OK, TIMEOUT]
      8  [A frame with both top navigation delivered sandbox flags uses the less     restrictive one]
      9    expected:
     10      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     11      if (os == "linux") and debug and fission: [PASS, TIMEOUT]
     12      if (os == "mac") and debug: [PASS, TIMEOUT]
     13      if (os == "linux") and not debug: [PASS, TIMEOUT]