tor-browser

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

register-same-scope-different-script-url.https.html.ini (632B)


      1 [register-same-scope-different-script-url.https.html]
      2  max-asserts: 2
      3  expected:
      4    if asan and not fission: [OK, TIMEOUT]
      5  [Register same-scope new script url effect on controller]
      6    expected:
      7      if asan and not fission: [PASS, TIMEOUT]
      8 
      9  [Register then register new script URL that 404s]
     10    expected:
     11      if asan and not fission: [PASS, TIMEOUT]
     12 
     13  [Register different scripts concurrently]
     14    expected:
     15      if fission and (os == "win") and not debug and (processor == "x86_64"): PASS
     16      if not fission and (os == "linux") and not debug: PASS
     17      if not fission and (os == "android"): PASS
     18      [PASS, FAIL]