tor-browser

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

enumerateDevices-permissions-policy.https.html.ini (553B)


      1 [enumerateDevices-permissions-policy.https.html]
      2  prefs:
      3    if os != "mac": [media.navigator.streams.fake:false]
      4  expected:
      5    if (os_version == "24.04") and not fission and not debug: [OK, CRASH]
      6    if (os_version == "14.70") and debug: TIMEOUT
      7    if (os_version == "14.70") and not debug: [OK, TIMEOUT, CRASH]
      8    if (os_version == "11.26100") and not debug: [OK, TIMEOUT]
      9  [permissions policy on enumerateDevices() after getUserMedia()]
     10    expected:
     11      if (os == "win") and not debug: [PASS, TIMEOUT]
     12      if os == "mac": [PASS, TIMEOUT]