Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent.js

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 var aliases = {
2 "AnimationEvent": "AnimationEvent",
3 "BeforeUnloadEvent": "BeforeUnloadEvent",
4 "CloseEvent": "CloseEvent",
5 "CompositionEvent": "CompositionEvent",
6 "CustomEvent": "CustomEvent",
7 "DeviceMotionEvent": "DeviceMotionEvent",
8 "DeviceOrientationEvent": "DeviceOrientationEvent",
9 "DragEvent": "DragEvent",
10 "ErrorEvent": "ErrorEvent",
11 "Event": "Event",
12 "Events": "Event",
13 "FocusEvent": "FocusEvent",
14 "HashChangeEvent": "HashChangeEvent",
15 "HTMLEvents": "Event",
16 "IDBVersionChangeEvent": "IDBVersionChangeEvent",
17 "KeyboardEvent": "KeyboardEvent",
18 "MessageEvent": "MessageEvent",
19 "MouseEvent": "MouseEvent",
20 "MouseEvents": "MouseEvent",
21 "PageTransitionEvent": "PageTransitionEvent",
22 "PopStateEvent": "PopStateEvent",
23 "ProgressEvent": "ProgressEvent",
24 "StorageEvent": "StorageEvent",
25 "SVGEvents": "Event",
26 "SVGZoomEvent": "SVGZoomEvent",
27 "SVGZoomEvents": "SVGZoomEvent",
28 "TextEvent": "CompositionEvent",
29 "TouchEvent": "TouchEvent",
30 "TrackEvent": "TrackEvent",
31 "TransitionEvent": "TransitionEvent",
32 "UIEvent": "UIEvent",
33 "UIEvents": "UIEvent",
34 "WebGLContextEvent": "WebGLContextEvent",
35 "WheelEvent": "WheelEvent",
36 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698