Index: third_party/WebKit/LayoutTests/fast/events/event-creation.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation.html b/third_party/WebKit/LayoutTests/fast/events/event-creation.html |
index 9ee163f5376f85c2f3f8fce4dface51f6d200abe..e08d06bb312d65c6bde3e76b7118cb1f47e35203 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation.html |
@@ -225,11 +225,6 @@ |
// shouldBeTrue("document.createEvent('OrientationEvent') instanceof window.Event"); |
// shouldBeTrue("document.createEvent('OrientationEvent').constructor === window.Event"); |
- // AutocompleteErrorEvent |
- shouldBeTrue("document.createEvent('AutocompleteErrorEvent') instanceof window.AutocompleteErrorEvent"); |
- shouldBeTrue("document.createEvent('AutocompleteErrorEvent') instanceof window.Event"); |
- shouldBeTrue("document.createEvent('AutocompleteErrorEvent').constructor === window.AutocompleteErrorEvent"); |
- |
// We test both a hard coded set and the automated set below (using enumeration) to ensure that a constructor being removed |
// from the window is caught a regression. |