Clicking the "Disable x-button" checkbox should set or unset the disabled attribute on the submit button, and it should also log "formDisabledCallback()" to the console. Clicking the "Disable fieldset" checkbox should have the exact same effect, except that instead of directly setting disabled on x-button, it sets disabled on the enclosing fieldset, and that should cause the button to become disabled.
disabled
x-button
fieldset
We have observed that while setting disabled on the fieldset has the intended effect, unsetting it does not unset disabled from the button.
<fieldset>