Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailMediaRecorder events and exceptionsFailed to construct 'MediaRecorder': Failed to initialize native MediaRecorder the type provided (null) is not supported.
Error: Failed to construct 'MediaRecorder': Failed to initialize native MediaRecorder the type provided (null) is not supported.
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/mediacapture-record/MediaRecorder-events-and-exceptions.html:100:22)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at async_test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:681:34)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/mediacapture-record/MediaRecorder-events-and-exceptions.html:35:3
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /mediacapture-record/MediaRecorder-events-and-exceptions.html:82:5)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /mediacapture-record/MediaRecorder-events-and-exceptions.html:83:5)
Pass
assert_equals("live", "live")
    at Test.<anonymous> ( /mediacapture-record/MediaRecorder-events-and-exceptions.html:84:5)
Pass
assert_throws_dom("NotSupportedError", function "function() {                         new MediaRecorder(                           new MediaStream(), {mimeType : "video/invalid"});                       }", "recorder should throw() with unsupported mimeType")
    at Test.<anonymous> ( /mediacapture-record/MediaRecorder-events-and-exceptions.html:86:5)