Index: LayoutTests/fast/events/event-creation.html |
diff --git a/LayoutTests/fast/events/event-creation.html b/LayoutTests/fast/events/event-creation.html |
index be2ee431ca7ce44ba882769e52dfe47eb4649353..21c26d3b95c8b8807e47f3cb2faa66607757b8c6 100644 |
--- a/LayoutTests/fast/events/event-creation.html |
+++ b/LayoutTests/fast/events/event-creation.html |
@@ -22,11 +22,6 @@ |
shouldBeTrue("document.createEvent('HTMLEvents') instanceof window.Event"); |
shouldBeTrue("document.createEvent('HTMLEvents').constructor === window.Event"); |
- // BeforeLoadEvent |
- shouldBeTrue("document.createEvent('BeforeLoadEvent') instanceof window.BeforeLoadEvent"); |
- shouldBeTrue("document.createEvent('BeforeLoadEvent') instanceof window.Event"); |
- shouldBeTrue("document.createEvent('BeforeLoadEvent').constructor === window.BeforeLoadEvent"); |
- |
// CompositionEvent |
shouldBeTrue("document.createEvent('CompositionEvent') instanceof window.CompositionEvent"); |
shouldBeTrue("document.createEvent('CompositionEvent') instanceof window.Event"); |