Skip to content

Commit

Permalink
Test that document.createEvent("KeyEvents") is no longer supported
Browse files Browse the repository at this point in the history
It has been dropped from DOM:
whatwg/dom#148
  • Loading branch information
foolip committed Feb 26, 2016
1 parent c373682 commit b4811ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dom/nodes/Document-createEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"DragEvent",
"ErrorEvent",
"FocusEvent",
"KeyEvent",
"PointerEvent",
"TransitionEvent",
"WheelEvent"
Expand Down
1 change: 0 additions & 1 deletion dom/nodes/Document-createEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var aliases = [
["Events", "Event"],
["HTMLEvents", "Event"],
["KeyboardEvent", "KeyboardEvent"],
["KeyEvents", "KeyboardEvent"],
["MessageEvent", "MessageEvent"],
["MouseEvent", "MouseEvent"],
["MouseEvents", "MouseEvent"],
Expand Down

0 comments on commit b4811ff

Please sign in to comment.