Index: third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt |
index 3fdd72239bacdb99c58f0a45c489c8a411697a36..cfdf62854429aead6981dc6a356f57be2cdd581c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt |
@@ -105,10 +105,6 @@ PASS document.createEvent('WheelEvent') instanceof window.MouseEvent is true |
PASS document.createEvent('WheelEvent') instanceof window.UIEvent is true |
PASS document.createEvent('WheelEvent') instanceof window.Event is true |
PASS document.createEvent('WheelEvent').constructor === window.WheelEvent is true |
-PASS document.createEvent('XMLHttpRequestProgressEvent') instanceof window.XMLHttpRequestProgressEvent is true |
-PASS document.createEvent('XMLHttpRequestProgressEvent') instanceof window.ProgressEvent is true |
-PASS document.createEvent('XMLHttpRequestProgressEvent') instanceof window.Event is true |
-PASS document.createEvent('XMLHttpRequestProgressEvent').constructor === window.XMLHttpRequestProgressEvent is true |
PASS document.createEvent('StorageEvent') instanceof window.StorageEvent is true |
PASS document.createEvent('StorageEvent') instanceof window.Event is true |
PASS document.createEvent('StorageEvent').constructor === window.StorageEvent is true |