Pass | multiple selected options exist, both set from markup | Asserts runPass | assert_true(true, "first option should be selected.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-multiple.html:22:3) | Pass | assert_true(true, "second option should be selected.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-multiple.html:23:3) |
|
Pass | multiple selected options exist, one set from script | Asserts runPass | assert_true(true, "first option should be selected.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-multiple.html:32:3) | Pass | assert_true(true, "second option should be selected.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-multiple.html:33:3) |
|
Pass | Removing multiple attribute reduces the number of selected OPTIONs to 1 | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-multiple.html:46:3) |
|