tor-browser

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

navigation.https.html.ini (738B)


      1 [navigation.https.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "win") and debug: [OK, TIMEOUT]
      6  [Clear datatypes on navigation: cookies, storage]
      7    expected:
      8      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
      9      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     10      if (os == "win") and debug: [PASS, TIMEOUT]
     11 
     12  [Clear datatypes on navigation: storage]
     13    expected:
     14      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     15      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]