Pass | assert_true(true, "A select element is a submittable element that is a candidate for constraint validation.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:30:3) |
Pass | assert_true(true, "Always valid when the select isn't a required value.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:33:3) |
Pass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:36:3) |
Pass | assert_false(false, "A selected placeholder option should invalidate the select.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:37:3) |
Pass | assert_false(false, "A selected placeholder option should invalidate the select even if there are multiple options.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:41:3) |
Pass | assert_true(true, "An empty non-placeholder option should be a valid choice.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:43:3) |
Pass | assert_equals("test", "test", "The non-empty value should be set.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:49:3) |
Pass | assert_true(true, "A non-empty non-placeholder option should be a valid choice.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:50:3) |
Pass | assert_equals("", "", "The empty value should be set.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:55:3) |
Pass | assert_true(true, "Only the first option can be seen as a placeholder.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:56:3) |
Pass | assert_false(false, "A selected placeholder option should invalidate the select.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:59:3) |
Pass | assert_equals("test2", "test2")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:62:3) |
Fail | assert_true(false, "A non-empty option value should be a valid choice.")
at Test.<anonymous> ( /html/semantics/forms/the-select-element/select-validity.tentative.html:63:3) |