Index: LayoutTests/fast/dom/wrapper-classes.html |
diff --git a/LayoutTests/fast/dom/wrapper-classes.html b/LayoutTests/fast/dom/wrapper-classes.html |
index bd951f01936fae0fb15bf40794e2ae9206af2ebb..29edcc0106c2e0d1234f924ec4f623366ad2a2c7 100644 |
--- a/LayoutTests/fast/dom/wrapper-classes.html |
+++ b/LayoutTests/fast/dom/wrapper-classes.html |
@@ -104,7 +104,6 @@ function runTest() |
test("document.createEvent('KeyboardEvent')", "KeyboardEvent"); |
test("document.createEvent('MouseEvent')", "MouseEvent"); |
test("document.createEvent('MutationEvent')", "MutationEvent"); |
- test("document.createEvent('OverflowEvent')", "OverflowEvent"); |
test("document.createEvent('TextEvent')", "TextEvent"); |
test("document.createEvent('UIEvent')", "UIEvent"); |
test("document.createEvent('WheelEvent')", "WheelEvent"); |