Index: LayoutTests/fast/events/event-creation-expected.txt |
diff --git a/LayoutTests/fast/events/event-creation-expected.txt b/LayoutTests/fast/events/event-creation-expected.txt |
index a55499741fd7afb5d9870e695bcef50dd29467dd..509b9218d338dc27cd79d2f5c1270e78ee97b242 100644 |
--- a/LayoutTests/fast/events/event-creation-expected.txt |
+++ b/LayoutTests/fast/events/event-creation-expected.txt |
@@ -103,6 +103,12 @@ PASS document.createEvent('SVGZoomEvents').constructor === window.SVGZoomEvent i |
PASS document.createEvent('CloseEvent') instanceof window.CloseEvent is true |
PASS document.createEvent('CloseEvent') instanceof window.Event is true |
PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is true |
+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 |