summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/input-events/input-events-typing.html.ini
blob: 7998e069458619d364968b671361e4bd2c96538e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[input-events-typing.html]
  [It triggers beforeinput and input events on typing DELETE with pre-existing content]
    expected: FAIL

  [It triggers beforeinput and input events on typing DELETE with no pre-existing content]
    expected: FAIL

  [It triggers beforeinput and input events on typing Undo and Redo key combinations with an existing history]
    expected:
      if os == "mac": FAIL

  [It triggers beforeinput and input events on typing Undo and Redo key combinations without an existing history]
    expected: FAIL

  [It triggers beforeinput and input events on typing BACK_SPACE with no pre-existing content]
    expected: FAIL