Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassVerifies that form restoration does not fire input or change events for <input type=range>.
Asserts run
Pass
assert_not_equals("5", "8", "Test shouldn't start with the new value already in the input.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:24:5)
Pass
assert_equals("8", "8", "The input should have its value restored.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:38:5)
Pass
assert_false(false, "The input event should not have been fired after restoration.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:41:5)
Pass
assert_false(false, "The change event should not have been fired after restoration.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:43:5)
PassVerifies that form restoration does not fire input or change events for <input type=text>.
Asserts run
Pass
assert_not_equals("initialValue", "foo", "Test shouldn't start with the new value already in the input.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:24:5)
Pass
assert_equals("foo", "foo", "The input should have its value restored.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:38:5)
Pass
assert_false(false, "The input event should not have been fired after restoration.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:41:5)
Pass
assert_false(false, "The change event should not have been fired after restoration.")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/range-restore-oninput-onchange-event.https.html:43:5)