summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini
blob: c43430fbb0cadeedfaa80d7bfe664f03e04e1bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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