diff options
Diffstat (limited to 'testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini')
-rw-r--r-- | testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini b/testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini new file mode 100644 index 0000000000..c43430fbb0 --- /dev/null +++ b/testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini @@ -0,0 +1,14 @@ +[Event-dispatch-detached-input-and-change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [detached checkbox should not emit input or change events on click().] + expected: FAIL + + [detached radio should not emit input or change events on click().] + expected: FAIL + + [detached radio should not emit input or change events on dispatchEvent(new MouseEvent('click')).] + expected: FAIL + + [detached checkbox should not emit input or change events on dispatchEvent(new MouseEvent('click')).] + expected: FAIL |