Source code

Revision control

Copy as Markdown

Other Tools

[MediaRecorder-error.html]
expected:
if (os_version == "24.04") and not debug and fission: [OK, ERROR]
if (os_version == "14.70") and not debug: [OK, TIMEOUT]
if os_version == "18.04": [OK, ERROR]
[MediaRecorder will stop recording when any of track is added and error event will be fired]
expected: FAIL
[MediaRecorder will stop recording when any of track is removed and error event will be fired]
expected: FAIL
[MediaRecorder throws NotSupportedError when given both videoKeyFrameIntervalDuration and videoKeyFrameIntervalCount]
expected: FAIL