tor-browser

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

MediaStreamTrack-getSettings.https.html.ini (843B)


      1 [MediaStreamTrack-getSettings.https.html]
      2  expected:
      3    if (os == "mac") and debug: [OK, TIMEOUT]
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5  [sampleSize is reported by getSettings() for getUserMedia() audio tracks]
      6    expected: FAIL
      7 
      8  [sampleRate is reported by getSettings() for getUserMedia() audio tracks]
      9    expected: FAIL
     10 
     11  [aspectRatio is reported by getSettings() for getUserMedia() video tracks]
     12    expected: FAIL
     13 
     14  [latency is reported by getSettings() for getUserMedia() audio tracks]
     15    expected: FAIL
     16 
     17  [Stopped tracks should expose deviceId/groupId]
     18    expected: FAIL
     19 
     20  [voiceIsolation is reported by getSettings() for getUserMedia() audio tracks]
     21    expected: FAIL
     22 
     23  [resizeMode is reported by getSettings() for getUserMedia() video tracks]
     24    expected:
     25      if (os == "mac") and not debug: [FAIL, PASS]