Pass | Verifies that form restoration does not fire input or change events for <input type=range>. | Asserts runPass | 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) |
|
Pass | Verifies that form restoration does not fire input or change events for <input type=text>. | Asserts runPass | 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) |
|