/dom/events/Event-dispatch-detached-input-and-change.html| status | subtest | message |
|---|---|---|
| PASS | detached checkbox should not emit input or change events on click(). | |
| PASS | detached radio should not emit input or change events on click(). | |
| PASS | detached checkbox should not emit input or change events on dispatchEvent(new MouseEvent('click')). | |
| PASS | detached radio should not emit input or change events on dispatchEvent(new MouseEvent('click')). | |
| PASS | attached checkbox should emit input and change events on click(). | |
| PASS | attached radio should emit input and change events on click(). | |
| FAIL | attached checkbox should emit input and change events on dispatchEvent(new MouseEvent('click')). | assert_true: expected true got false |
| FAIL | attached radio should emit input and change events on dispatchEvent(new MouseEvent('click')). | assert_true: expected true got false |
| PASS | attached to shadow dom checkbox should emit input and change events on click(). | |
| PASS | attached to shadow dom radio should emit input and change events on click(). | |
| FAIL | attached to shadow dom checkbox should emit input and change events on dispatchEvent(new MouseEvent('click')). | assert_true: expected true got false |
| FAIL | attached to shadow dom radio should emit input and change events on dispatchEvent(new MouseEvent('click')). | assert_true: expected true got false |
bundle built 2026-07-16T07:16:48.063Z