Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassThe value attribute should be empty if no element is checked
Asserts run
Pass
assert_equals("", "", "The value attribute should be empty.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:24:3)
PassThe RadioNodeList.value must be the first checked radio button's value
Asserts run
Pass
assert_equals("2", "2", "The value attribute should be 2.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:29:3)
PassCheck the RadioNodeList.value on getting
Asserts run
Pass
assert_equals("on", "on", "The value attribute should be on.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:34:3)
Pass
assert_equals("1", "1", "The value attribute should be 1.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:37:3)
PassCheck the RadioNodeList.value on setting
Asserts run
Pass
assert_equals("1", "1", "The value attribute should be equal to the first checked radio input element's value.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:42:3)
Pass
assert_false(false, "The second radio input element should not be checked.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:44:3)
Pass
assert_equals("2", "2", "The value attribute should be equal to the second radio input element's value.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:48:3)
Pass
assert_true(true, "The second radio input element should be checked.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:50:3)
Pass
assert_equals("2", "2", "The value attribute should be the second radio input element's value.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:55:3)
Pass
assert_true(true, "The second radio input element should be checked.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:57:3)
PassCheck the RadioNodeList.value on setting to 'on'
Asserts run
Pass
assert_equals("2", "2", "The value attribute should be the second radio input element's value.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:64:3)
Pass
assert_true(true, "The second radio input element should be checked.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:66:3)
Pass
assert_equals("on", "on", "The value attribute should be the first radio input element's value.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:71:3)
Pass
assert_true(true, "The first radio input element should be checked.")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:73:3)