[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]