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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/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
1 var aliases = { 1 var aliases = {
2 "AnimationEvent": "AnimationEvent", 2 "AnimationEvent": "AnimationEvent",
3 "BeforeUnloadEvent": "BeforeUnloadEvent", 3 "BeforeUnloadEvent": "BeforeUnloadEvent",
4 "CloseEvent": "CloseEvent", 4 "CloseEvent": "CloseEvent",
5 "CompositionEvent": "CompositionEvent", 5 "CompositionEvent": "CompositionEvent",
6 "CustomEvent": "CustomEvent", 6 "CustomEvent": "CustomEvent",
7 "DeviceMotionEvent": "DeviceMotionEvent", 7 "DeviceMotionEvent": "DeviceMotionEvent",
8 "DeviceOrientationEvent": "DeviceOrientationEvent", 8 "DeviceOrientationEvent": "DeviceOrientationEvent",
9 "DragEvent": "DragEvent", 9 "DragEvent": "DragEvent",
10 "ErrorEvent": "ErrorEvent", 10 "ErrorEvent": "ErrorEvent",
(...skipping 16 matching lines...) Expand all
27 "SVGZoomEvents": "SVGZoomEvent", 27 "SVGZoomEvents": "SVGZoomEvent",
28 "TextEvent": "CompositionEvent", 28 "TextEvent": "CompositionEvent",
29 "TouchEvent": "TouchEvent", 29 "TouchEvent": "TouchEvent",
30 "TrackEvent": "TrackEvent", 30 "TrackEvent": "TrackEvent",
31 "TransitionEvent": "TransitionEvent", 31 "TransitionEvent": "TransitionEvent",
32 "UIEvent": "UIEvent", 32 "UIEvent": "UIEvent",
33 "UIEvents": "UIEvent", 33 "UIEvents": "UIEvent",
34 "WebGLContextEvent": "WebGLContextEvent", 34 "WebGLContextEvent": "WebGLContextEvent",
35 "WheelEvent": "WheelEvent", 35 "WheelEvent": "WheelEvent",
36 }; 36 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698