This checkbox is initially unchecked.

This checkbox is initially checked.

This radiobutton is initially unchecked.

This radiobutton is initially checked.

This hidden field has the initial value "DEFAULT\nDEFAULT".

This text field has the initial value "DEFAULT".

This search field has the initial value "DEFAULT".

This phone number field has the initial value "DEFAULT".

This URL field has the initial value "https://default.invalid/".

This email field has the initial value "default@default.invalid".

This password field has the initial value "DEFAULT".

This date field has the initial value "2015-01-01".

This month field has the initial value "2015-01".

This week field has the initial value "2015-W01".

This time field has the initial value "12:00".

This datetime (local) field has the initial value "2015-01-01T12:00".

This number field has the initial value "1".

This range control has the initial value "1".

This color picker has the initial value "#FF0000".

This checkbox is initially unchecked.

This checkbox is initially checked.

This radiobutton is initially unchecked.

This radiobutton is initially checked.

This hidden field has the initial value "DEFAULT\nDEFAULT".

This text field has the initial value "DEFAULT".

This search field has the initial value "DEFAULT".

This phone number field has the initial value "DEFAULT".

This URL field has the initial value "https://default.invalid/".

This email field has the initial value "default@default.invalid".

This password field has the initial value "DEFAULT".

This date field has the initial value "2015-01-01".

This month field has the initial value "2015-01".

This week field has the initial value "2015-W01".

This time field has the initial value "12:00".

This datetime (local) field has the initial value "2015-01-01T12:00".

This number field has the initial value "1".

This range control has the initial value "1".

This color picker has the initial value "#FF0000".

Summary

Harness status: OK

Found 19 tests

Details

ResultTest NameMessage
PassCheckbox must retain checked state.
Asserts run
Pass
assert_true(true, "Should have retained checked state")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:58:5)
PassCheckbox must retain unchecked state.
Asserts run
Pass
assert_false(false, "Should have retained unchecked state")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:63:5)
PassRadiobutton must retain checked state.
Asserts run
Pass
assert_true(true, "Should have retained checked state")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:68:5)
PassRadiobutton must retain unchecked state.
Asserts run
Pass
assert_false(false, "Should have retained unchecked state")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:73:5)
PassHidden field must retain changed value.
Asserts run
Pass
assert_equals("CHANGED\nCHANGED", "CHANGED\nCHANGED", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:78:5)
PassText field must retain changed value.
Asserts run
Pass
assert_equals("CHANGED", "CHANGED", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:83:5)
PassSearch field must retain changed value.
Asserts run
Pass
assert_equals("CHANGED", "CHANGED", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:88:5)
PassPhone number field must retain changed value.
Asserts run
Pass
assert_equals("CHANGED", "CHANGED", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:93:5)
PassURL field must retain changed value.
Asserts run
Pass
assert_equals("https://changed.invalid/", "https://changed.invalid/", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:98:5)
PassEmail field must retain changed value.
Asserts run
Pass
assert_equals("changed@changed.invalid", "changed@changed.invalid", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:103:5)
PassPassword field must retain changed value.
Asserts run
Pass
assert_equals("CHANGED", "CHANGED", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:108:5)
PassDate field must retain changed value.
Asserts run
Pass
assert_equals("2016-01-01", "2016-01-01", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:113:5)
PassMonth field must retain changed value.
Asserts run
Pass
assert_equals("2016-01", "2016-01", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:118:5)
PassWeek field must retain changed value.
Asserts run
Pass
assert_equals("2016-W01", "2016-W01", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:123:5)
PassTime field must retain changed value.
Asserts run
Pass
assert_equals("12:30", "12:30", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:128:5)
PassDatetime (local) field must retain changed value.
Asserts run
Pass
assert_equals("2016-01-01T12:30", "2016-01-01T12:30", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:133:5)
PassNumber field must retain changed value.
Asserts run
Pass
assert_equals("2", "2", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:138:5)
PassRange control must retain changed value.
Asserts run
Pass
assert_equals("2", "2", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:143:5)
PassColor picker must retain changed value.
Asserts run
Pass
assert_equals("#00ff00", "#00ff00", "Should have retained the changed value.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/clone.html:148:5)