| Index: third_party/WebKit/LayoutTests/fast/events/event-creation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation.html b/third_party/WebKit/LayoutTests/fast/events/event-creation.html
|
| index 0e2db8b88dcaa76787990fc222d7dadac99badbd..07d7a6971b509bf023014316f08634fd3eabaac5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/event-creation.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/event-creation.html
|
| @@ -135,11 +135,6 @@
|
| shouldBeTrue("document.createEvent('TransitionEvent') instanceof window.Event");
|
| shouldBeTrue("document.createEvent('TransitionEvent').constructor === window.TransitionEvent");
|
|
|
| - // WebKitTransitionEvent
|
| - shouldBeTrue("document.createEvent('WebKitTransitionEvent') instanceof window.WebKitTransitionEvent");
|
| - shouldBeTrue("document.createEvent('WebKitTransitionEvent') instanceof window.Event");
|
| - shouldBeTrue("document.createEvent('WebKitTransitionEvent').constructor === window.WebKitTransitionEvent");
|
| -
|
| // WheelEvent
|
| shouldBeTrue("document.createEvent('WheelEvent') instanceof window.WheelEvent");
|
| shouldBeTrue("document.createEvent('WheelEvent') instanceof window.MouseEvent");
|
|
|