| Index: third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt | 
| index 3fdd72239bacdb99c58f0a45c489c8a411697a36..5652930404cf666dff5c23fa3f86ceea85370d44 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt | 
| @@ -114,12 +114,6 @@ PASS document.createEvent('StorageEvent') instanceof window.Event is true | 
| PASS document.createEvent('StorageEvent').constructor === window.StorageEvent is true | 
| PASS document.createEvent('SVGEvents') instanceof window.Event is true | 
| PASS document.createEvent('SVGEvents').constructor === window.Event is true | 
| -PASS document.createEvent('SVGZoomEvent') instanceof window.SVGZoomEvent is true | 
| -PASS document.createEvent('SVGZoomEvent') instanceof window.Event is true | 
| -PASS document.createEvent('SVGZoomEvent').constructor === window.SVGZoomEvent is true | 
| -PASS document.createEvent('SVGZoomEvents') instanceof window.SVGZoomEvent is true | 
| -PASS document.createEvent('SVGZoomEvents') instanceof window.Event is true | 
| -PASS document.createEvent('SVGZoomEvents').constructor === window.SVGZoomEvent is true | 
| PASS document.createEvent('CloseEvent') instanceof window.CloseEvent is true | 
| PASS document.createEvent('CloseEvent') instanceof window.Event is true | 
| PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is true | 
|  |