default

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passform.reset() should trigger formResetCallback
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-reset-callback.html:44:3)
Passform.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 run
Pass
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)
PassClicking a reset button invokes formResetCallback in a microtask
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-reset-callback.html:78:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-reset-callback.html:80:3)
Pass
assert_true(true)
    at  /custom-elements/form-associated/form-reset-callback.html:81:39