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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS CustomEvent should be an alias for CustomEvent. 2 PASS CustomEvent should be an alias for CustomEvent.
3 PASS createEvent('CustomEvent') should be initialized correctly. 3 PASS createEvent('CustomEvent') should be initialized correctly.
4 PASS customevent should be an alias for CustomEvent. 4 PASS customevent should be an alias for CustomEvent.
5 PASS createEvent('customevent') should be initialized correctly. 5 PASS createEvent('customevent') should be initialized correctly.
6 PASS CUSTOMEVENT should be an alias for CustomEvent. 6 PASS CUSTOMEVENT should be an alias for CustomEvent.
7 PASS createEvent('CUSTOMEVENT') should be initialized correctly. 7 PASS createEvent('CUSTOMEVENT') should be initialized correctly.
8 PASS Event should be an alias for Event. 8 PASS Event should be an alias for Event.
9 PASS createEvent('Event') should be initialized correctly. 9 PASS createEvent('Event') should be initialized correctly.
10 PASS event should be an alias for Event. 10 PASS event should be an alias for Event.
11 PASS createEvent('event') should be initialized correctly. 11 PASS createEvent('event') should be initialized correctly.
12 PASS EVENT should be an alias for Event. 12 PASS EVENT should be an alias for Event.
13 PASS createEvent('EVENT') should be initialized correctly. 13 PASS createEvent('EVENT') should be initialized correctly.
14 PASS Events should be an alias for Event. 14 PASS Events should be an alias for Event.
15 PASS createEvent('Events') should be initialized correctly. 15 PASS createEvent('Events') should be initialized correctly.
16 PASS events should be an alias for Event. 16 PASS events should be an alias for Event.
17 PASS createEvent('events') should be initialized correctly. 17 PASS createEvent('events') should be initialized correctly.
18 PASS EVENTS should be an alias for Event. 18 PASS EVENTS should be an alias for Event.
19 PASS createEvent('EVENTS') should be initialized correctly. 19 PASS createEvent('EVENTS') should be initialized correctly.
20 PASS HTMLEvents should be an alias for Event. 20 PASS HTMLEvents should be an alias for Event.
21 PASS createEvent('HTMLEvents') should be initialized correctly. 21 PASS createEvent('HTMLEvents') should be initialized correctly.
22 PASS htmlevents should be an alias for Event. 22 PASS htmlevents should be an alias for Event.
23 PASS createEvent('htmlevents') should be initialized correctly. 23 PASS createEvent('htmlevents') should be initialized correctly.
24 PASS HTMLEVENTS should be an alias for Event. 24 PASS HTMLEVENTS should be an alias for Event.
25 PASS createEvent('HTMLEVENTS') should be initialized correctly. 25 PASS createEvent('HTMLEVENTS') should be initialized correctly.
26 PASS KeyboardEvent should be an alias for KeyboardEvent. 26 PASS KeyboardEvent should be an alias for KeyboardEvent.
27 PASS createEvent('KeyboardEvent') should be initialized correctly. 27 PASS createEvent('KeyboardEvent') should be initialized correctly.
28 FAIL keyboardevent should be an alias for KeyboardEvent. Failed to execute 'crea teEvent' on 'Document': The provided event type ('keyboardevent') is invalid. 28 PASS keyboardevent should be an alias for KeyboardEvent.
29 FAIL createEvent('keyboardevent') should be initialized correctly. Cannot read p roperty 'type' of undefined 29 PASS createEvent('keyboardevent') should be initialized correctly.
30 FAIL KEYBOARDEVENT should be an alias for KeyboardEvent. Failed to execute 'crea teEvent' on 'Document': The provided event type ('KEYBOARDEVENT') is invalid. 30 PASS KEYBOARDEVENT should be an alias for KeyboardEvent.
31 FAIL createEvent('KEYBOARDEVENT') should be initialized correctly. Cannot read p roperty 'type' of undefined 31 PASS createEvent('KEYBOARDEVENT') should be initialized correctly.
32 FAIL KeyEvents should be an alias for KeyboardEvent. Failed to execute 'createEv ent' on 'Document': The provided event type ('KeyEvents') is invalid. 32 FAIL KeyEvents should be an alias for KeyboardEvent. Failed to execute 'createEv ent' on 'Document': The provided event type ('KeyEvents') is invalid.
33 FAIL createEvent('KeyEvents') should be initialized correctly. Cannot read prope rty 'type' of undefined 33 FAIL createEvent('KeyEvents') should be initialized correctly. Cannot read prope rty 'type' of undefined
34 FAIL keyevents should be an alias for KeyboardEvent. Failed to execute 'createEv ent' on 'Document': The provided event type ('keyevents') is invalid. 34 FAIL keyevents should be an alias for KeyboardEvent. Failed to execute 'createEv ent' on 'Document': The provided event type ('keyevents') is invalid.
35 FAIL createEvent('keyevents') should be initialized correctly. Cannot read prope rty 'type' of undefined 35 FAIL createEvent('keyevents') should be initialized correctly. Cannot read prope rty 'type' of undefined
36 FAIL KEYEVENTS should be an alias for KeyboardEvent. Failed to execute 'createEv ent' on 'Document': The provided event type ('KEYEVENTS') is invalid. 36 FAIL KEYEVENTS should be an alias for KeyboardEvent. Failed to execute 'createEv ent' on 'Document': The provided event type ('KEYEVENTS') is invalid.
37 FAIL createEvent('KEYEVENTS') should be initialized correctly. Cannot read prope rty 'type' of undefined 37 FAIL createEvent('KEYEVENTS') should be initialized correctly. Cannot read prope rty 'type' of undefined
38 PASS MessageEvent should be an alias for MessageEvent. 38 PASS MessageEvent should be an alias for MessageEvent.
39 PASS createEvent('MessageEvent') should be initialized correctly. 39 PASS createEvent('MessageEvent') should be initialized correctly.
40 FAIL messageevent should be an alias for MessageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('messageevent') is invalid. 40 PASS messageevent should be an alias for MessageEvent.
41 FAIL createEvent('messageevent') should be initialized correctly. Cannot read pr operty 'type' of undefined 41 PASS createEvent('messageevent') should be initialized correctly.
42 FAIL MESSAGEEVENT should be an alias for MessageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('MESSAGEEVENT') is invalid. 42 PASS MESSAGEEVENT should be an alias for MessageEvent.
43 FAIL createEvent('MESSAGEEVENT') should be initialized correctly. Cannot read pr operty 'type' of undefined 43 PASS createEvent('MESSAGEEVENT') should be initialized correctly.
44 PASS MouseEvent should be an alias for MouseEvent. 44 PASS MouseEvent should be an alias for MouseEvent.
45 PASS createEvent('MouseEvent') should be initialized correctly. 45 PASS createEvent('MouseEvent') should be initialized correctly.
46 PASS mouseevent should be an alias for MouseEvent. 46 PASS mouseevent should be an alias for MouseEvent.
47 PASS createEvent('mouseevent') should be initialized correctly. 47 PASS createEvent('mouseevent') should be initialized correctly.
48 PASS MOUSEEVENT should be an alias for MouseEvent. 48 PASS MOUSEEVENT should be an alias for MouseEvent.
49 PASS createEvent('MOUSEEVENT') should be initialized correctly. 49 PASS createEvent('MOUSEEVENT') should be initialized correctly.
50 PASS MouseEvents should be an alias for MouseEvent. 50 PASS MouseEvents should be an alias for MouseEvent.
51 PASS createEvent('MouseEvents') should be initialized correctly. 51 PASS createEvent('MouseEvents') should be initialized correctly.
52 PASS mouseevents should be an alias for MouseEvent. 52 PASS mouseevents should be an alias for MouseEvent.
53 PASS createEvent('mouseevents') should be initialized correctly. 53 PASS createEvent('mouseevents') should be initialized correctly.
54 PASS MOUSEEVENTS should be an alias for MouseEvent. 54 PASS MOUSEEVENTS should be an alias for MouseEvent.
55 PASS createEvent('MOUSEEVENTS') should be initialized correctly. 55 PASS createEvent('MOUSEEVENTS') should be initialized correctly.
56 PASS TouchEvent should be an alias for TouchEvent. 56 PASS TouchEvent should be an alias for TouchEvent.
57 PASS createEvent('TouchEvent') should be initialized correctly. 57 PASS createEvent('TouchEvent') should be initialized correctly.
58 FAIL touchevent should be an alias for TouchEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('touchevent') is invalid. 58 PASS touchevent should be an alias for TouchEvent.
59 FAIL createEvent('touchevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 59 PASS createEvent('touchevent') should be initialized correctly.
60 FAIL TOUCHEVENT should be an alias for TouchEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('TOUCHEVENT') is invalid. 60 PASS TOUCHEVENT should be an alias for TouchEvent.
61 FAIL createEvent('TOUCHEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 61 PASS createEvent('TOUCHEVENT') should be initialized correctly.
62 PASS UIEvent should be an alias for UIEvent. 62 PASS UIEvent should be an alias for UIEvent.
63 PASS createEvent('UIEvent') should be initialized correctly. 63 PASS createEvent('UIEvent') should be initialized correctly.
64 PASS uievent should be an alias for UIEvent. 64 PASS uievent should be an alias for UIEvent.
65 PASS createEvent('uievent') should be initialized correctly. 65 PASS createEvent('uievent') should be initialized correctly.
66 PASS UIEVENT should be an alias for UIEvent. 66 PASS UIEVENT should be an alias for UIEvent.
67 PASS createEvent('UIEVENT') should be initialized correctly. 67 PASS createEvent('UIEVENT') should be initialized correctly.
68 PASS UIEvents should be an alias for UIEvent. 68 PASS UIEvents should be an alias for UIEvent.
69 PASS createEvent('UIEvents') should be initialized correctly. 69 PASS createEvent('UIEvents') should be initialized correctly.
70 PASS uievents should be an alias for UIEvent. 70 PASS uievents should be an alias for UIEvent.
71 PASS createEvent('uievents') should be initialized correctly. 71 PASS createEvent('uievents') should be initialized correctly.
72 PASS UIEVENTS should be an alias for UIEvent. 72 PASS UIEVENTS should be an alias for UIEvent.
73 PASS createEvent('UIEVENTS') should be initialized correctly. 73 PASS createEvent('UIEVENTS') should be initialized correctly.
74 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments 74 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
75 Harness: the test ran to completion. 75 Harness: the test ran to completion.
76 76
OLDNEW
« 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