| 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 4a8c377f30f8961c92ea9eaa7dd823feca4c0c84..772324d956834f26855ab1e9b7d04efc3f503e87 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/events/event-creation.html | 
| +++ b/third_party/WebKit/LayoutTests/fast/events/event-creation.html | 
| @@ -172,16 +172,6 @@ | 
| shouldBeTrue("document.createEvent('SVGEvents') instanceof window.Event"); | 
| shouldBeTrue("document.createEvent('SVGEvents').constructor === window.Event"); | 
|  | 
| -    // SVGZoomEvent | 
| -    shouldBeTrue("document.createEvent('SVGZoomEvent') instanceof window.SVGZoomEvent"); | 
| -    shouldBeTrue("document.createEvent('SVGZoomEvent') instanceof window.Event"); | 
| -    shouldBeTrue("document.createEvent('SVGZoomEvent').constructor === window.SVGZoomEvent"); | 
| - | 
| -    // SVGZoomEvents (SVGZoomEvent alternative) | 
| -    shouldBeTrue("document.createEvent('SVGZoomEvents') instanceof window.SVGZoomEvent"); | 
| -    shouldBeTrue("document.createEvent('SVGZoomEvents') instanceof window.Event"); | 
| -    shouldBeTrue("document.createEvent('SVGZoomEvents').constructor === window.SVGZoomEvent"); | 
| - | 
| // CloseEvent | 
| shouldBeTrue("document.createEvent('CloseEvent') instanceof window.CloseEvent"); | 
| shouldBeTrue("document.createEvent('CloseEvent') instanceof window.Event"); | 
|  |