summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/dom/nodes/Document-createEvent.js
blob: 57e8e966f838ab4e023466ee43ab891945164e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
var aliases = {
  "BeforeUnloadEvent": "BeforeUnloadEvent",
  "CompositionEvent": "CompositionEvent",
  "CustomEvent": "CustomEvent",
  "DeviceMotionEvent": "DeviceMotionEvent",
  "DeviceOrientationEvent": "DeviceOrientationEvent",
  "DragEvent": "DragEvent",
  "Event": "Event",
  "Events": "Event",
  "FocusEvent": "FocusEvent",
  "HashChangeEvent": "HashChangeEvent",
  "HTMLEvents": "Event",
  "KeyboardEvent": "KeyboardEvent",
  "MessageEvent": "MessageEvent",
  "MouseEvent": "MouseEvent",
  "MouseEvents": "MouseEvent",
  "StorageEvent": "StorageEvent",
  "SVGEvents": "Event",
  "TextEvent": "CompositionEvent",
  "UIEvent": "UIEvent",
  "UIEvents": "UIEvent",
};