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

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

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 years 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS CustomEvent should be an alias for CustomEvent.
3 PASS createEvent('CustomEvent') should be initialized correctly.
4 PASS customevent should be an alias for CustomEvent.
5 PASS createEvent('customevent') should be initialized correctly.
6 PASS CUSTOMEVENT should be an alias for CustomEvent.
7 PASS createEvent('CUSTOMEVENT') should be initialized correctly.
8 PASS Event should be an alias for Event.
9 PASS createEvent('Event') should be initialized correctly.
10 PASS event should be an alias for Event.
11 PASS createEvent('event') should be initialized correctly.
12 PASS EVENT should be an alias for Event.
13 PASS createEvent('EVENT') should be initialized correctly.
14 PASS Events should be an alias for Event.
15 PASS createEvent('Events') should be initialized correctly.
16 PASS events should be an alias for Event.
17 PASS createEvent('events') should be initialized correctly.
18 PASS EVENTS should be an alias for Event.
19 PASS createEvent('EVENTS') should be initialized correctly.
20 PASS HTMLEvents should be an alias for Event.
21 PASS createEvent('HTMLEvents') should be initialized correctly.
22 PASS htmlevents should be an alias for Event.
23 PASS createEvent('htmlevents') should be initialized correctly.
24 PASS HTMLEVENTS should be an alias for Event.
25 PASS createEvent('HTMLEVENTS') should be initialized correctly.
26 PASS KeyboardEvent should be an alias for KeyboardEvent.
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.
29 FAIL createEvent('keyboardevent') should be initialized correctly. Cannot read p roperty 'type' of undefined
30 FAIL KEYBOARDEVENT should be an alias for KeyboardEvent. Failed to execute 'crea teEvent' on 'Document': The provided event type ('KEYBOARDEVENT') is invalid.
31 FAIL createEvent('KEYBOARDEVENT') should be initialized correctly. Cannot read p roperty 'type' of undefined
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
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
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
38 PASS MessageEvent should be an alias for MessageEvent.
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.
41 FAIL createEvent('messageevent') should be initialized correctly. Cannot read pr operty 'type' of undefined
42 FAIL MESSAGEEVENT should be an alias for MessageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('MESSAGEEVENT') is invalid.
43 FAIL createEvent('MESSAGEEVENT') should be initialized correctly. Cannot read pr operty 'type' of undefined
44 PASS MouseEvent should be an alias for MouseEvent.
45 PASS createEvent('MouseEvent') should be initialized correctly.
46 PASS mouseevent should be an alias for MouseEvent.
47 PASS createEvent('mouseevent') should be initialized correctly.
48 PASS MOUSEEVENT should be an alias for MouseEvent.
49 PASS createEvent('MOUSEEVENT') should be initialized correctly.
50 PASS MouseEvents should be an alias for MouseEvent.
51 PASS createEvent('MouseEvents') should be initialized correctly.
52 PASS mouseevents should be an alias for MouseEvent.
53 PASS createEvent('mouseevents') should be initialized correctly.
54 PASS MOUSEEVENTS should be an alias for MouseEvent.
55 PASS createEvent('MOUSEEVENTS') should be initialized correctly.
56 PASS TouchEvent should be an alias for TouchEvent.
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.
59 FAIL createEvent('touchevent') should be initialized correctly. Cannot read prop erty 'type' of undefined
60 FAIL TOUCHEVENT should be an alias for TouchEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('TOUCHEVENT') is invalid.
61 FAIL createEvent('TOUCHEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined
62 PASS UIEvent should be an alias for UIEvent.
63 PASS createEvent('UIEvent') should be initialized correctly.
64 PASS uievent should be an alias for UIEvent.
65 PASS createEvent('uievent') should be initialized correctly.
66 PASS UIEVENT should be an alias for UIEvent.
67 PASS createEvent('UIEVENT') should be initialized correctly.
68 PASS UIEvents should be an alias for UIEvent.
69 PASS createEvent('UIEvents') should be initialized correctly.
70 PASS uievents should be an alias for UIEvent.
71 PASS createEvent('uievents') should be initialized correctly.
72 PASS UIEVENTS should be an alias for UIEvent.
73 PASS createEvent('UIEVENTS') should be initialized correctly.
74 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
75 Harness: the test ran to completion.
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698