| 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 fe9ab5795303b92ebb92585b2c7b10c1f5a03179..f4789d0f6a6c8033d9f953134253772fc6a6bc54 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
|
| @@ -72,9 +72,6 @@ PASS document.createEvent('PageTransitionEvent').constructor === window.PageTran
|
| PASS document.createEvent('PopStateEvent') instanceof window.PopStateEvent is true
|
| PASS document.createEvent('PopStateEvent') instanceof window.Event is true
|
| PASS document.createEvent('PopStateEvent').constructor === window.PopStateEvent is true
|
| -PASS document.createEvent('ProgressEvent') instanceof window.ProgressEvent is true
|
| -PASS document.createEvent('ProgressEvent') instanceof window.Event is true
|
| -PASS document.createEvent('ProgressEvent').constructor === window.ProgressEvent is true
|
| PASS document.createEvent('TextEvent') instanceof window.TextEvent is true
|
| PASS document.createEvent('TextEvent') instanceof window.UIEvent is true
|
| PASS document.createEvent('TextEvent') instanceof window.Event is true
|
|
|