mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
36
testing/web-platform/tests/dom/nodes/Document-createEvent.js
Normal file
36
testing/web-platform/tests/dom/nodes/Document-createEvent.js
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
var aliases = {
|
||||
"AnimationEvent": "AnimationEvent",
|
||||
"BeforeUnloadEvent": "BeforeUnloadEvent",
|
||||
"CloseEvent": "CloseEvent",
|
||||
"CompositionEvent": "CompositionEvent",
|
||||
"CustomEvent": "CustomEvent",
|
||||
"DeviceMotionEvent": "DeviceMotionEvent",
|
||||
"DeviceOrientationEvent": "DeviceOrientationEvent",
|
||||
"DragEvent": "DragEvent",
|
||||
"ErrorEvent": "ErrorEvent",
|
||||
"Event": "Event",
|
||||
"Events": "Event",
|
||||
"FocusEvent": "FocusEvent",
|
||||
"HashChangeEvent": "HashChangeEvent",
|
||||
"HTMLEvents": "Event",
|
||||
"IDBVersionChangeEvent": "IDBVersionChangeEvent",
|
||||
"KeyboardEvent": "KeyboardEvent",
|
||||
"MessageEvent": "MessageEvent",
|
||||
"MouseEvent": "MouseEvent",
|
||||
"MouseEvents": "MouseEvent",
|
||||
"PageTransitionEvent": "PageTransitionEvent",
|
||||
"PopStateEvent": "PopStateEvent",
|
||||
"ProgressEvent": "ProgressEvent",
|
||||
"StorageEvent": "StorageEvent",
|
||||
"SVGEvents": "Event",
|
||||
"SVGZoomEvent": "SVGZoomEvent",
|
||||
"SVGZoomEvents": "SVGZoomEvent",
|
||||
"TextEvent": "CompositionEvent",
|
||||
"TouchEvent": "TouchEvent",
|
||||
"TrackEvent": "TrackEvent",
|
||||
"TransitionEvent": "TransitionEvent",
|
||||
"UIEvent": "UIEvent",
|
||||
"UIEvents": "UIEvent",
|
||||
"WebGLContextEvent": "WebGLContextEvent",
|
||||
"WheelEvent": "WheelEvent",
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue