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 1a2c028cb7fd45eb47a29ad2b819afcaefaeaa8e..e363cdf6f8a32e671a6874d861e4dc6f5dcd328a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation.html |
@@ -108,11 +108,6 @@ |
shouldBeTrue("document.createEvent('PopStateEvent') instanceof window.Event"); |
shouldBeTrue("document.createEvent('PopStateEvent').constructor === window.PopStateEvent"); |
- // ProgressEvent |
- shouldBeTrue("document.createEvent('ProgressEvent') instanceof window.ProgressEvent"); |
- shouldBeTrue("document.createEvent('ProgressEvent') instanceof window.Event"); |
- shouldBeTrue("document.createEvent('ProgressEvent').constructor === window.ProgressEvent"); |
- |
// TextEvent |
shouldBeTrue("document.createEvent('TextEvent') instanceof window.TextEvent"); |
shouldBeTrue("document.createEvent('TextEvent') instanceof window.UIEvent"); |