Pass | The value attribute should be empty if no element is checked | Asserts runPass | assert_equals("", "", "The value attribute should be empty.")
at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:24:3) |
|
Pass | The RadioNodeList.value must be the first checked radio button's value | Asserts runPass | assert_equals("2", "2", "The value attribute should be 2.")
at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/radionodelist.html:29:3) |
|
Pass | Check the RadioNodeList.value on getting | Asserts runPass | 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) |
|
Pass | Check the RadioNodeList.value on setting | Asserts runPass | 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) |
|
Pass | Check the RadioNodeList.value on setting to 'on' | Asserts runPass | 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) |
|