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 ce122b13503e1a3e5b8aeb9aa4fd62099372d577..2e4fb7e0c8370038519319b48c9b52f569d04285 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt |
@@ -123,9 +123,6 @@ PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is tru |
PASS document.createEvent('TouchEvent') instanceof window.TouchEvent is true |
PASS document.createEvent('TouchEvent') instanceof window.Event is true |
PASS document.createEvent('TouchEvent').constructor === window.TouchEvent is true |
-PASS document.createEvent('AutocompleteErrorEvent') instanceof window.AutocompleteErrorEvent is true |
-PASS document.createEvent('AutocompleteErrorEvent') instanceof window.Event is true |
-PASS document.createEvent('AutocompleteErrorEvent').constructor === window.AutocompleteErrorEvent is true |
PASS allEventInterfacesCreateEvents is true |
PASS successfullyParsed is true |