Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassTracks have empty default content hint
Asserts run
Pass
assert_equals("audio", "audio")
    at createAudioTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:15:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:29:3)
Pass
assert_equals("video", "video")
    at createVideoTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:23:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:32:3)
PassAccepts valid audio contentHints
Asserts run
Pass
assert_equals("audio", "audio")
    at createAudioTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:15:3)
Pass
assert_equals("speech", "speech")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:38:3)
Pass
assert_equals("music", "music")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:40:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:42:3)
PassAudio tracks ignore invalid/video contentHints
Asserts run
Pass
assert_equals("audio", "audio")
    at createAudioTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:15:3)
Pass
assert_equals("speech", "speech")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:48:3)
Pass
assert_equals("speech", "speech", "Audio tracks should ignore video-only contentHints.")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:50:3)
Pass
assert_equals("speech", "speech", "Audio tracks should ignore garbage contentHints")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:53:3)
PassAccepts valid video contentHints
Asserts run
Pass
assert_equals("video", "video")
    at createVideoTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:23:3)
Pass
assert_equals("motion", "motion")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:60:3)
Pass
assert_equals("detail", "detail")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:62:3)
Pass
assert_equals("text", "text")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:64:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:66:3)
PassVideo tracks ignore invalid/audio contentHints
Asserts run
Pass
assert_equals("video", "video")
    at createVideoTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:23:3)
Pass
assert_equals("motion", "motion")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:72:3)
Pass
assert_equals("motion", "motion", "Video tracks should ignore audio-only contentHints.")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:74:3)
Pass
assert_equals("motion", "motion", "Video tracks should ignore garbage contentHints")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:77:3)
PassCloned video tracks have separate contentHints
Asserts run
Pass
assert_equals("video", "video")
    at createVideoTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:23:3)
Pass
assert_equals("motion", "motion")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:84:3)
Pass
assert_equals("motion", "motion")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:88:3)
Pass
assert_equals("detail", "detail")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:92:3)
Pass
assert_equals("motion", "motion")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:93:3)
PassCloned audio tracks have separate contentHints
Asserts run
Pass
assert_equals("audio", "audio")
    at createAudioTrack ( /mst-content-hint/MediaStreamTrack-contentHint.html:15:3)
Pass
assert_equals("speech", "speech")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:99:3)
Pass
assert_equals("speech", "speech")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:103:3)
Pass
assert_equals("music", "music")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:107:3)
Pass
assert_equals("speech", "speech")
    at Test.<anonymous> ( /mst-content-hint/MediaStreamTrack-contentHint.html:108:3)