Index: LayoutTests/fast/events/event-creation.html |
diff --git a/LayoutTests/fast/events/event-creation.html b/LayoutTests/fast/events/event-creation.html |
index 657a548026ebd78156d7e1c29042eca7725513b1..4a8c377f30f8961c92ea9eaa7dd823feca4c0c84 100644 |
--- a/LayoutTests/fast/events/event-creation.html |
+++ b/LayoutTests/fast/events/event-creation.html |
@@ -98,11 +98,6 @@ |
shouldBeTrue("document.createEvent('MutationEvents') instanceof window.Event"); |
shouldBeTrue("document.createEvent('MutationEvents').constructor === window.MutationEvent"); |
- // OverflowEvent |
- shouldBeTrue("document.createEvent('OverflowEvent') instanceof window.OverflowEvent"); |
- shouldBeTrue("document.createEvent('OverflowEvent') instanceof window.Event"); |
- shouldBeTrue("document.createEvent('OverflowEvent').constructor === window.OverflowEvent"); |
- |
// PageTransitionEvent |
shouldBeTrue("document.createEvent('PageTransitionEvent') instanceof window.PageTransitionEvent"); |
shouldBeTrue("document.createEvent('PageTransitionEvent') instanceof window.Event"); |