tor-browser

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

user_prompts.py.ini (643B)


      1 [user_prompts.py]
      2  disabled:
      3    if os == "android": Not supported
      4  [test_accept[alert-None\]]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7 
      8  [test_accept[confirm-True\]]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, FAIL]
     11 
     12  [test_accept[prompt-\]]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15 
     16  [test_dismiss[prompt-None\]]
     17    expected:
     18      if (os == "mac") and not debug: [PASS, FAIL]
     19 
     20  [test_dismiss[confirm-False\]]
     21    expected:
     22      if (os == "mac") and not debug: [PASS, FAIL]
     23 
     24  [test_dismiss[alert-None\]]
     25    expected:
     26      if (os == "mac") and not debug: [PASS, FAIL]