Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt

Issue 1569813002: Make createEvent do more case-insensitive matches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove KeyEvents change Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_event_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_event_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698