Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassCheck if the intial value of the audio.volume is in the range 0.0 to 1.0 inclusive
Asserts run
Pass
assert_false(false, "media.volume outside the range 0.0 to 1.0 inclusive")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/audio_volume_check.html:26:13)
PassCheck if audio.volume is able to set to new value in the range 0.0 to 1.0
Asserts run
Pass
assert_equals(0.5, 0.5, "media.volume new value")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/audio_volume_check.html:46:21)
PassCheck if media.volume is able to set to new value 0.0 as silent
Asserts run
Pass
assert_equals(0, 0, "media.volume new value")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/audio_volume_check.html:46:21)
PassCheck if media.volume is able to set to new value 1.0 as loudest
Asserts run
Pass
assert_equals(1, 1, "media.volume new value")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/audio_volume_check.html:46:21)
PassCheck if media.volume is set to new value less than 0.0 that expecting an IndexSizeError exception is to be thrown
Asserts run
Pass
assert_equals(1, 1, "media.volume setting exception")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/audio_volume_check.html:40:25)
PassCheck if audio.volume is set to new value greater than 1.0 that expecting an IndexSizeError exception is to be thrown
Asserts run
Pass
assert_equals(1, 1, "media.volume setting exception")
    at Test.<anonymous> ( /html/semantics/embedded-content/media-elements/audio_volume_check.html:40:25)