Summary

Harness status: OK

Found 7 tests

Details

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