Pass | default checkbox has no checkedness state | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:29:5) |
|
Pass | checkbox with initial state set to checked has checkedness state | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:33:5) |
|
Pass | changing the checked attribute to a string sets the checkedness state | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:38:5) |
|
Pass | a checkbox has an indeterminate state set to false onload | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:42:5) |
|
Pass | on setting, a checkbox's indeterminate state must be set to the new value and returns the last value it was set to | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:47:5) |
|
Pass | default/on: on getting, if the element has a value attribute, it must return that attribute's value; otherwise, it must return the string 'on' | Asserts runPass | assert_equals("on", "on")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:51:5) |
|
Pass | on getting, if the element has a value attribute, it must return that attribute's value | Asserts runPass | assert_equals("chicken", "chicken")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-type-checkbox.html:56:5) |
|