| 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 9cf2c30605d8d5ab7992c797c3fcf69c6027f28c..c5c3c289931be878d253f0b9571d126516d5a517 100644
|
| --- a/LayoutTests/fast/events/event-creation-expected.txt
|
| +++ b/LayoutTests/fast/events/event-creation-expected.txt
|
| @@ -12,9 +12,6 @@ PASS document.createEvent('Events') instanceof window.Event is true
|
| PASS document.createEvent('Events').constructor === window.Event is true
|
| PASS document.createEvent('HTMLEvents') instanceof window.Event is true
|
| PASS document.createEvent('HTMLEvents').constructor === window.Event is true
|
| -PASS document.createEvent('BeforeLoadEvent') instanceof window.BeforeLoadEvent is true
|
| -PASS document.createEvent('BeforeLoadEvent') instanceof window.Event is true
|
| -PASS document.createEvent('BeforeLoadEvent').constructor === window.BeforeLoadEvent is true
|
| PASS document.createEvent('CompositionEvent') instanceof window.CompositionEvent is true
|
| PASS document.createEvent('CompositionEvent') instanceof window.Event is true
|
| PASS document.createEvent('CompositionEvent').constructor === window.CompositionEvent is true
|
|
|