Pass | form.reset(): formResetCallback is called synchronously at the end of form reset, with custom element reaction timing, *after* built-in form control reset algorithms run. | Asserts runPass | assert_false(false, "formResetCallback is not called before the form is reset")
at Test.<anonymous> ( /custom-elements/form-associated/form-reset-callback.html:60:3) | Pass | assert_true(true, "formResetCallback is called synchronously after the form is reset")
at Test.<anonymous> ( /custom-elements/form-associated/form-reset-callback.html:63:3) | Pass | assert_equals("default", "default", "formResetCallback() runs *after* built-in form control reset algorithms run, and can observe their effects")
at Test.<anonymous> ( /custom-elements/form-associated/form-reset-callback.html:65:3) |
|