tor-browser

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

getregistration.https.html.ini (688B)


      1 [getregistration.https.html]
      2  expected:
      3    if debug and (os == "linux"): [OK, TIMEOUT]
      4  [Register then Unregister then getRegistration]
      5    expected:
      6      if (os == "linux") and not debug and fission: [PASS, FAIL]
      7      if (os == "mac") and not debug: [PASS, FAIL]
      8      if (os == "linux") and debug: [PASS, TIMEOUT]
      9 
     10  [Register then getRegistration]
     11    expected:
     12      if debug and (os == "linux"): [PASS, TIMEOUT]
     13 
     14  [Register then Unregister then getRegistration in controlled iframe]
     15    expected:
     16      if debug and (os == "linux"): [PASS, NOTRUN]
     17 
     18  [Register then getRegistration with a URL having a fragment]
     19    expected:
     20      if debug and (os == "linux"): [PASS, NOTRUN]