| Index: LayoutTests/fast/events/event-creation-expected.txt
|
| diff --git a/LayoutTests/fast/events/event-creation-expected.txt b/LayoutTests/fast/events/event-creation-expected.txt
|
| index 0827bbd5352fe3b5f4a5608dc81b00976c18f998..3fdd72239bacdb99c58f0a45c489c8a411697a36 100644
|
| --- a/LayoutTests/fast/events/event-creation-expected.txt
|
| +++ b/LayoutTests/fast/events/event-creation-expected.txt
|
| @@ -66,9 +66,6 @@ PASS document.createEvent('MutationEvent').constructor === window.MutationEvent
|
| PASS document.createEvent('MutationEvents') instanceof window.MutationEvent is true
|
| PASS document.createEvent('MutationEvents') instanceof window.Event is true
|
| PASS document.createEvent('MutationEvents').constructor === window.MutationEvent is true
|
| -PASS document.createEvent('OverflowEvent') instanceof window.OverflowEvent is true
|
| -PASS document.createEvent('OverflowEvent') instanceof window.Event is true
|
| -PASS document.createEvent('OverflowEvent').constructor === window.OverflowEvent is true
|
| PASS document.createEvent('PageTransitionEvent') instanceof window.PageTransitionEvent is true
|
| PASS document.createEvent('PageTransitionEvent') instanceof window.Event is true
|
| PASS document.createEvent('PageTransitionEvent').constructor === window.PageTransitionEvent is true
|
|
|