trisquel-icecat/icecat/testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini
2025-10-06 02:35:48 -06:00

20 lines
879 B
INI

[Event-dispatch-detached-input-and-change.html]
[detached checkbox should not emit input or change events on click().]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[detached radio should not emit input or change events on click().]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[detached checkbox should not emit input or change events on dispatchEvent(new MouseEvent('click')).]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[detached radio should not emit input or change events on dispatchEvent(new MouseEvent('click')).]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]