tor-browser

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

MediaRecorder-error.html.ini (637B)


      1 [MediaRecorder-error.html]
      2  expected:
      3    if (os == "linux") and not debug and fission: [OK, ERROR]
      4    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      5    if (os == "android") and not debug: [OK, TIMEOUT]
      6    if os == "mac": [OK, TIMEOUT]
      7  [MediaRecorder will stop recording when any of track is added and error event will be fired]
      8    expected: FAIL
      9 
     10  [MediaRecorder will stop recording when any of track is removed and error event will be fired]
     11    expected: FAIL
     12 
     13  [MediaRecorder throws NotSupportedError when given both videoKeyFrameIntervalDuration and videoKeyFrameIntervalCount]
     14    expected: FAIL