Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt |
index 5a1eb87bf39a5b0271ab6edd03715a69cd021667..d21c160a648be51cffeca93891f1ceb2df652276 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt |
@@ -25,10 +25,10 @@ PASS HTMLEVENTS should be an alias for Event. |
PASS createEvent('HTMLEVENTS') should be initialized correctly. |
PASS KeyboardEvent should be an alias for KeyboardEvent. |
PASS createEvent('KeyboardEvent') should be initialized correctly. |
-FAIL keyboardevent should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('keyboardevent') is invalid. |
-FAIL createEvent('keyboardevent') should be initialized correctly. Cannot read property 'type' of undefined |
-FAIL KEYBOARDEVENT should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('KEYBOARDEVENT') is invalid. |
-FAIL createEvent('KEYBOARDEVENT') should be initialized correctly. Cannot read property 'type' of undefined |
+PASS keyboardevent should be an alias for KeyboardEvent. |
+PASS createEvent('keyboardevent') should be initialized correctly. |
+PASS KEYBOARDEVENT should be an alias for KeyboardEvent. |
+PASS createEvent('KEYBOARDEVENT') should be initialized correctly. |
FAIL KeyEvents should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('KeyEvents') is invalid. |
FAIL createEvent('KeyEvents') should be initialized correctly. Cannot read property 'type' of undefined |
FAIL keyevents should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('keyevents') is invalid. |
@@ -37,10 +37,10 @@ FAIL KEYEVENTS should be an alias for KeyboardEvent. Failed to execute 'createEv |
FAIL createEvent('KEYEVENTS') should be initialized correctly. Cannot read property 'type' of undefined |
PASS MessageEvent should be an alias for MessageEvent. |
PASS createEvent('MessageEvent') should be initialized correctly. |
-FAIL messageevent should be an alias for MessageEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('messageevent') is invalid. |
-FAIL createEvent('messageevent') should be initialized correctly. Cannot read property 'type' of undefined |
-FAIL MESSAGEEVENT should be an alias for MessageEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('MESSAGEEVENT') is invalid. |
-FAIL createEvent('MESSAGEEVENT') should be initialized correctly. Cannot read property 'type' of undefined |
+PASS messageevent should be an alias for MessageEvent. |
+PASS createEvent('messageevent') should be initialized correctly. |
+PASS MESSAGEEVENT should be an alias for MessageEvent. |
+PASS createEvent('MESSAGEEVENT') should be initialized correctly. |
PASS MouseEvent should be an alias for MouseEvent. |
PASS createEvent('MouseEvent') should be initialized correctly. |
PASS mouseevent should be an alias for MouseEvent. |
@@ -55,10 +55,10 @@ PASS MOUSEEVENTS should be an alias for MouseEvent. |
PASS createEvent('MOUSEEVENTS') should be initialized correctly. |
PASS TouchEvent should be an alias for TouchEvent. |
PASS createEvent('TouchEvent') should be initialized correctly. |
-FAIL touchevent should be an alias for TouchEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('touchevent') is invalid. |
-FAIL createEvent('touchevent') should be initialized correctly. Cannot read property 'type' of undefined |
-FAIL TOUCHEVENT should be an alias for TouchEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('TOUCHEVENT') is invalid. |
-FAIL createEvent('TOUCHEVENT') should be initialized correctly. Cannot read property 'type' of undefined |
+PASS touchevent should be an alias for TouchEvent. |
+PASS createEvent('touchevent') should be initialized correctly. |
+PASS TOUCHEVENT should be an alias for TouchEvent. |
+PASS createEvent('TOUCHEVENT') should be initialized correctly. |
PASS UIEvent should be an alias for UIEvent. |
PASS createEvent('UIEvent') should be initialized correctly. |
PASS uievent should be an alias for UIEvent. |