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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createEvent-expected.txt

Issue 2755313002: Fix issue 701381. (Closed)
Patch Set: Update the test result Created 3 years, 8 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 | « AUTHORS ('k') | 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 Found 331 tests; 238 PASS, 93 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 331 tests; 304 PASS, 27 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS AnimationEvent should be an alias for AnimationEvent. 3 PASS AnimationEvent should be an alias for AnimationEvent.
4 PASS createEvent('AnimationEvent') should be initialized correctly. 4 PASS createEvent('AnimationEvent') should be initialized correctly.
5 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('animationevent') is invalid. 5 PASS animationevent should be an alias for AnimationEvent.
6 FAIL createEvent('animationevent') should be initialized correctly. Cannot read property 'type' of undefined 6 PASS createEvent('animationevent') should be initialized correctly.
7 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. 7 PASS ANIMATIONEVENT should be an alias for AnimationEvent.
8 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined 8 PASS createEvent('ANIMATIONEVENT') should be initialized correctly.
9 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents" 9 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents"
10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. 10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent.
11 PASS createEvent('BeforeUnloadEvent') should be initialized correctly. 11 PASS createEvent('BeforeUnloadEvent') should be initialized correctly.
12 FAIL beforeunloadevent should be an alias for BeforeUnloadEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('beforeunloadevent') is invalid. 12 PASS beforeunloadevent should be an alias for BeforeUnloadEvent.
13 FAIL createEvent('beforeunloadevent') should be initialized correctly. Cannot re ad property 'type' of undefined 13 PASS createEvent('beforeunloadevent') should be initialized correctly.
14 FAIL BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('BEFOREUNLOADEVENT') is invalid. 14 PASS BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent.
15 FAIL createEvent('BEFOREUNLOADEVENT') should be initialized correctly. Cannot re ad property 'type' of undefined 15 PASS createEvent('BEFOREUNLOADEVENT') should be initialized correctly.
16 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Befor eUnloadEvents" 16 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Befor eUnloadEvents"
17 PASS CloseEvent should be an alias for CloseEvent. 17 PASS CloseEvent should be an alias for CloseEvent.
18 FAIL createEvent('CloseEvent') should be initialized correctly. assert_equals: i sTrusted should be initialized to false expected (boolean) false but got (undefi ned) undefined 18 FAIL createEvent('CloseEvent') should be initialized correctly. assert_equals: i sTrusted should be initialized to false expected (boolean) false but got (undefi ned) undefined
19 FAIL closeevent should be an alias for CloseEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('closeevent') is invalid. 19 PASS closeevent should be an alias for CloseEvent.
20 FAIL createEvent('closeevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 20 FAIL createEvent('closeevent') should be initialized correctly. assert_equals: i sTrusted should be initialized to false expected (boolean) false but got (undefi ned) undefined
21 FAIL CLOSEEVENT should be an alias for CloseEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('CLOSEEVENT') is invalid. 21 PASS CLOSEEVENT should be an alias for CloseEvent.
22 FAIL createEvent('CLOSEEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 22 FAIL createEvent('CLOSEEVENT') should be initialized correctly. assert_equals: i sTrusted should be initialized to false expected (boolean) false but got (undefi ned) undefined
23 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Close Events" 23 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Close Events"
24 PASS CompositionEvent should be an alias for CompositionEvent. 24 PASS CompositionEvent should be an alias for CompositionEvent.
25 PASS createEvent('CompositionEvent') should be initialized correctly. 25 PASS createEvent('CompositionEvent') should be initialized correctly.
26 FAIL compositionevent should be an alias for CompositionEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('compositionevent') is in valid. 26 PASS compositionevent should be an alias for CompositionEvent.
27 FAIL createEvent('compositionevent') should be initialized correctly. Cannot rea d property 'type' of undefined 27 PASS createEvent('compositionevent') should be initialized correctly.
28 FAIL COMPOSITIONEVENT should be an alias for CompositionEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('COMPOSITIONEVENT') is in valid. 28 PASS COMPOSITIONEVENT should be an alias for CompositionEvent.
29 FAIL createEvent('COMPOSITIONEVENT') should be initialized correctly. Cannot rea d property 'type' of undefined 29 PASS createEvent('COMPOSITIONEVENT') should be initialized correctly.
30 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Compo sitionEvents" 30 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Compo sitionEvents"
31 PASS CustomEvent should be an alias for CustomEvent. 31 PASS CustomEvent should be an alias for CustomEvent.
32 PASS createEvent('CustomEvent') should be initialized correctly. 32 PASS createEvent('CustomEvent') should be initialized correctly.
33 PASS customevent should be an alias for CustomEvent. 33 PASS customevent should be an alias for CustomEvent.
34 PASS createEvent('customevent') should be initialized correctly. 34 PASS createEvent('customevent') should be initialized correctly.
35 PASS CUSTOMEVENT should be an alias for CustomEvent. 35 PASS CUSTOMEVENT should be an alias for CustomEvent.
36 PASS createEvent('CUSTOMEVENT') should be initialized correctly. 36 PASS createEvent('CUSTOMEVENT') should be initialized correctly.
37 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Custo mEvents" 37 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Custo mEvents"
38 PASS DeviceMotionEvent should be an alias for DeviceMotionEvent. 38 PASS DeviceMotionEvent should be an alias for DeviceMotionEvent.
39 FAIL createEvent('DeviceMotionEvent') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined 39 FAIL createEvent('DeviceMotionEvent') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
40 FAIL devicemotionevent should be an alias for DeviceMotionEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('devicemotionevent') is invalid. 40 PASS devicemotionevent should be an alias for DeviceMotionEvent.
41 FAIL createEvent('devicemotionevent') should be initialized correctly. Cannot re ad property 'type' of undefined 41 FAIL createEvent('devicemotionevent') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
42 FAIL DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('DEVICEMOTIONEVENT') is invalid. 42 PASS DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent.
43 FAIL createEvent('DEVICEMOTIONEVENT') should be initialized correctly. Cannot re ad property 'type' of undefined 43 FAIL createEvent('DEVICEMOTIONEVENT') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
44 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Devic eMotionEvents" 44 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Devic eMotionEvents"
45 PASS DeviceOrientationEvent should be an alias for DeviceOrientationEvent. 45 PASS DeviceOrientationEvent should be an alias for DeviceOrientationEvent.
46 FAIL createEvent('DeviceOrientationEvent') should be initialized correctly. asse rt_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined 46 FAIL createEvent('DeviceOrientationEvent') should be initialized correctly. asse rt_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
47 FAIL deviceorientationevent should be an alias for DeviceOrientationEvent. Faile d to execute 'createEvent' on 'Document': The provided event type ('deviceorient ationevent') is invalid. 47 PASS deviceorientationevent should be an alias for DeviceOrientationEvent.
48 FAIL createEvent('deviceorientationevent') should be initialized correctly. Cann ot read property 'type' of undefined 48 FAIL createEvent('deviceorientationevent') should be initialized correctly. asse rt_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
49 FAIL DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. Faile d to execute 'createEvent' on 'Document': The provided event type ('DEVICEORIENT ATIONEVENT') is invalid. 49 PASS DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent.
50 FAIL createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. Cann ot read property 'type' of undefined 50 FAIL createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. asse rt_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
51 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Devic eOrientationEvents" 51 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Devic eOrientationEvents"
52 PASS DragEvent should be an alias for DragEvent. 52 PASS DragEvent should be an alias for DragEvent.
53 PASS createEvent('DragEvent') should be initialized correctly. 53 PASS createEvent('DragEvent') should be initialized correctly.
54 FAIL dragevent should be an alias for DragEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('dragevent') is invalid. 54 PASS dragevent should be an alias for DragEvent.
55 FAIL createEvent('dragevent') should be initialized correctly. Cannot read prope rty 'type' of undefined 55 PASS createEvent('dragevent') should be initialized correctly.
56 FAIL DRAGEVENT should be an alias for DragEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('DRAGEVENT') is invalid. 56 PASS DRAGEVENT should be an alias for DragEvent.
57 FAIL createEvent('DRAGEVENT') should be initialized correctly. Cannot read prope rty 'type' of undefined 57 PASS createEvent('DRAGEVENT') should be initialized correctly.
58 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragE vents" 58 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragE vents"
59 PASS ErrorEvent should be an alias for ErrorEvent. 59 PASS ErrorEvent should be an alias for ErrorEvent.
60 PASS createEvent('ErrorEvent') should be initialized correctly. 60 PASS createEvent('ErrorEvent') should be initialized correctly.
61 FAIL errorevent should be an alias for ErrorEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('errorevent') is invalid. 61 PASS errorevent should be an alias for ErrorEvent.
62 FAIL createEvent('errorevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 62 PASS createEvent('errorevent') should be initialized correctly.
63 FAIL ERROREVENT should be an alias for ErrorEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('ERROREVENT') is invalid. 63 PASS ERROREVENT should be an alias for ErrorEvent.
64 FAIL createEvent('ERROREVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 64 PASS createEvent('ERROREVENT') should be initialized correctly.
65 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Error Events" 65 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Error Events"
66 PASS Event should be an alias for Event. 66 PASS Event should be an alias for Event.
67 PASS createEvent('Event') should be initialized correctly. 67 PASS createEvent('Event') should be initialized correctly.
68 PASS event should be an alias for Event. 68 PASS event should be an alias for Event.
69 PASS createEvent('event') should be initialized correctly. 69 PASS createEvent('event') should be initialized correctly.
70 PASS EVENT should be an alias for Event. 70 PASS EVENT should be an alias for Event.
71 PASS createEvent('EVENT') should be initialized correctly. 71 PASS createEvent('EVENT') should be initialized correctly.
72 PASS Events should be an alias for Event. 72 PASS Events should be an alias for Event.
73 PASS createEvent('Events') should be initialized correctly. 73 PASS createEvent('Events') should be initialized correctly.
74 PASS events should be an alias for Event. 74 PASS events should be an alias for Event.
75 PASS createEvent('events') should be initialized correctly. 75 PASS createEvent('events') should be initialized correctly.
76 PASS EVENTS should be an alias for Event. 76 PASS EVENTS should be an alias for Event.
77 PASS createEvent('EVENTS') should be initialized correctly. 77 PASS createEvent('EVENTS') should be initialized correctly.
78 PASS FocusEvent should be an alias for FocusEvent. 78 PASS FocusEvent should be an alias for FocusEvent.
79 PASS createEvent('FocusEvent') should be initialized correctly. 79 PASS createEvent('FocusEvent') should be initialized correctly.
80 FAIL focusevent should be an alias for FocusEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('focusevent') is invalid. 80 PASS focusevent should be an alias for FocusEvent.
81 FAIL createEvent('focusevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 81 PASS createEvent('focusevent') should be initialized correctly.
82 FAIL FOCUSEVENT should be an alias for FocusEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('FOCUSEVENT') is invalid. 82 PASS FOCUSEVENT should be an alias for FocusEvent.
83 FAIL createEvent('FOCUSEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 83 PASS createEvent('FOCUSEVENT') should be initialized correctly.
84 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Focus Events" 84 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Focus Events"
85 PASS HashChangeEvent should be an alias for HashChangeEvent. 85 PASS HashChangeEvent should be an alias for HashChangeEvent.
86 PASS createEvent('HashChangeEvent') should be initialized correctly. 86 PASS createEvent('HashChangeEvent') should be initialized correctly.
87 FAIL hashchangeevent should be an alias for HashChangeEvent. Failed to execute ' createEvent' on 'Document': The provided event type ('hashchangeevent') is inval id. 87 PASS hashchangeevent should be an alias for HashChangeEvent.
88 FAIL createEvent('hashchangeevent') should be initialized correctly. Cannot read property 'type' of undefined 88 PASS createEvent('hashchangeevent') should be initialized correctly.
89 FAIL HASHCHANGEEVENT should be an alias for HashChangeEvent. Failed to execute ' createEvent' on 'Document': The provided event type ('HASHCHANGEEVENT') is inval id. 89 PASS HASHCHANGEEVENT should be an alias for HashChangeEvent.
90 FAIL createEvent('HASHCHANGEEVENT') should be initialized correctly. Cannot read property 'type' of undefined 90 PASS createEvent('HASHCHANGEEVENT') should be initialized correctly.
91 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "HashC hangeEvents" 91 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "HashC hangeEvents"
92 PASS HTMLEvents should be an alias for Event. 92 PASS HTMLEvents should be an alias for Event.
93 PASS createEvent('HTMLEvents') should be initialized correctly. 93 PASS createEvent('HTMLEvents') should be initialized correctly.
94 PASS htmlevents should be an alias for Event. 94 PASS htmlevents should be an alias for Event.
95 PASS createEvent('htmlevents') should be initialized correctly. 95 PASS createEvent('htmlevents') should be initialized correctly.
96 PASS HTMLEVENTS should be an alias for Event. 96 PASS HTMLEVENTS should be an alias for Event.
97 PASS createEvent('HTMLEVENTS') should be initialized correctly. 97 PASS createEvent('HTMLEVENTS') should be initialized correctly.
98 PASS IDBVersionChangeEvent should be an alias for IDBVersionChangeEvent. 98 PASS IDBVersionChangeEvent should be an alias for IDBVersionChangeEvent.
99 FAIL createEvent('IDBVersionChangeEvent') should be initialized correctly. asser t_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined 99 FAIL createEvent('IDBVersionChangeEvent') should be initialized correctly. asser t_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
100 FAIL idbversionchangeevent should be an alias for IDBVersionChangeEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('idbversionchan geevent') is invalid. 100 PASS idbversionchangeevent should be an alias for IDBVersionChangeEvent.
101 FAIL createEvent('idbversionchangeevent') should be initialized correctly. Canno t read property 'type' of undefined 101 FAIL createEvent('idbversionchangeevent') should be initialized correctly. asser t_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
102 FAIL IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('IDBVERSIONCHAN GEEVENT') is invalid. 102 PASS IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent.
103 FAIL createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly. Canno t read property 'type' of undefined 103 FAIL createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly. asser t_equals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
104 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "IDBVe rsionChangeEvents" 104 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "IDBVe rsionChangeEvents"
105 PASS KeyboardEvent should be an alias for KeyboardEvent. 105 PASS KeyboardEvent should be an alias for KeyboardEvent.
106 PASS createEvent('KeyboardEvent') should be initialized correctly. 106 PASS createEvent('KeyboardEvent') should be initialized correctly.
107 PASS keyboardevent should be an alias for KeyboardEvent. 107 PASS keyboardevent should be an alias for KeyboardEvent.
108 PASS createEvent('keyboardevent') should be initialized correctly. 108 PASS createEvent('keyboardevent') should be initialized correctly.
109 PASS KEYBOARDEVENT should be an alias for KeyboardEvent. 109 PASS KEYBOARDEVENT should be an alias for KeyboardEvent.
110 PASS createEvent('KEYBOARDEVENT') should be initialized correctly. 110 PASS createEvent('KEYBOARDEVENT') should be initialized correctly.
111 FAIL Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Keybo ardEvents" assert_throws: function "function () { 111 FAIL Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Keybo ardEvents" assert_throws: function "function () {
112 var evt = document.createEvent(plural); 112 var evt = document.createEvent(plural);
113 }" did not throw 113 }" did not throw
(...skipping 11 matching lines...) Expand all
125 PASS MOUSEEVENT should be an alias for MouseEvent. 125 PASS MOUSEEVENT should be an alias for MouseEvent.
126 PASS createEvent('MOUSEEVENT') should be initialized correctly. 126 PASS createEvent('MOUSEEVENT') should be initialized correctly.
127 PASS MouseEvents should be an alias for MouseEvent. 127 PASS MouseEvents should be an alias for MouseEvent.
128 PASS createEvent('MouseEvents') should be initialized correctly. 128 PASS createEvent('MouseEvents') should be initialized correctly.
129 PASS mouseevents should be an alias for MouseEvent. 129 PASS mouseevents should be an alias for MouseEvent.
130 PASS createEvent('mouseevents') should be initialized correctly. 130 PASS createEvent('mouseevents') should be initialized correctly.
131 PASS MOUSEEVENTS should be an alias for MouseEvent. 131 PASS MOUSEEVENTS should be an alias for MouseEvent.
132 PASS createEvent('MOUSEEVENTS') should be initialized correctly. 132 PASS createEvent('MOUSEEVENTS') should be initialized correctly.
133 PASS PageTransitionEvent should be an alias for PageTransitionEvent. 133 PASS PageTransitionEvent should be an alias for PageTransitionEvent.
134 PASS createEvent('PageTransitionEvent') should be initialized correctly. 134 PASS createEvent('PageTransitionEvent') should be initialized correctly.
135 FAIL pagetransitionevent should be an alias for PageTransitionEvent. Failed to e xecute 'createEvent' on 'Document': The provided event type ('pagetransitioneven t') is invalid. 135 PASS pagetransitionevent should be an alias for PageTransitionEvent.
136 FAIL createEvent('pagetransitionevent') should be initialized correctly. Cannot read property 'type' of undefined 136 PASS createEvent('pagetransitionevent') should be initialized correctly.
137 FAIL PAGETRANSITIONEVENT should be an alias for PageTransitionEvent. Failed to e xecute 'createEvent' on 'Document': The provided event type ('PAGETRANSITIONEVEN T') is invalid. 137 PASS PAGETRANSITIONEVENT should be an alias for PageTransitionEvent.
138 FAIL createEvent('PAGETRANSITIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined 138 PASS createEvent('PAGETRANSITIONEVENT') should be initialized correctly.
139 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "PageT ransitionEvents" 139 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "PageT ransitionEvents"
140 PASS PopStateEvent should be an alias for PopStateEvent. 140 PASS PopStateEvent should be an alias for PopStateEvent.
141 PASS createEvent('PopStateEvent') should be initialized correctly. 141 PASS createEvent('PopStateEvent') should be initialized correctly.
142 FAIL popstateevent should be an alias for PopStateEvent. Failed to execute 'crea teEvent' on 'Document': The provided event type ('popstateevent') is invalid. 142 PASS popstateevent should be an alias for PopStateEvent.
143 FAIL createEvent('popstateevent') should be initialized correctly. Cannot read p roperty 'type' of undefined 143 PASS createEvent('popstateevent') should be initialized correctly.
144 FAIL POPSTATEEVENT should be an alias for PopStateEvent. Failed to execute 'crea teEvent' on 'Document': The provided event type ('POPSTATEEVENT') is invalid. 144 PASS POPSTATEEVENT should be an alias for PopStateEvent.
145 FAIL createEvent('POPSTATEEVENT') should be initialized correctly. Cannot read p roperty 'type' of undefined 145 PASS createEvent('POPSTATEEVENT') should be initialized correctly.
146 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "PopSt ateEvents" 146 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "PopSt ateEvents"
147 PASS StorageEvent should be an alias for StorageEvent. 147 PASS StorageEvent should be an alias for StorageEvent.
148 FAIL createEvent('StorageEvent') should be initialized correctly. assert_equals: isTrusted should be initialized to false expected (boolean) false but got (unde fined) undefined 148 FAIL createEvent('StorageEvent') should be initialized correctly. assert_equals: isTrusted should be initialized to false expected (boolean) false but got (unde fined) undefined
149 FAIL storageevent should be an alias for StorageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('storageevent') is invalid. 149 PASS storageevent should be an alias for StorageEvent.
150 FAIL createEvent('storageevent') should be initialized correctly. Cannot read pr operty 'type' of undefined 150 FAIL createEvent('storageevent') should be initialized correctly. assert_equals: isTrusted should be initialized to false expected (boolean) false but got (unde fined) undefined
151 FAIL STORAGEEVENT should be an alias for StorageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('STORAGEEVENT') is invalid. 151 PASS STORAGEEVENT should be an alias for StorageEvent.
152 FAIL createEvent('STORAGEEVENT') should be initialized correctly. Cannot read pr operty 'type' of undefined 152 FAIL createEvent('STORAGEEVENT') should be initialized correctly. assert_equals: isTrusted should be initialized to false expected (boolean) false but got (unde fined) undefined
153 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Stora geEvents" 153 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Stora geEvents"
154 PASS SVGEvents should be an alias for Event. 154 PASS SVGEvents should be an alias for Event.
155 PASS createEvent('SVGEvents') should be initialized correctly. 155 PASS createEvent('SVGEvents') should be initialized correctly.
156 FAIL svgevents should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('svgevents') is invalid. 156 PASS svgevents should be an alias for Event.
157 FAIL createEvent('svgevents') should be initialized correctly. Cannot read prope rty 'type' of undefined 157 PASS createEvent('svgevents') should be initialized correctly.
158 FAIL SVGEVENTS should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGEVENTS') is invalid. 158 PASS SVGEVENTS should be an alias for Event.
159 FAIL createEvent('SVGEVENTS') should be initialized correctly. Cannot read prope rty 'type' of undefined 159 PASS createEvent('SVGEVENTS') should be initialized correctly.
160 FAIL TextEvent should be an alias for CompositionEvent. assert_equals: expected object "[object CompositionEvent]" but got object "[object TextEvent]" 160 FAIL TextEvent should be an alias for CompositionEvent. assert_equals: expected object "[object CompositionEvent]" but got object "[object TextEvent]"
161 PASS createEvent('TextEvent') should be initialized correctly. 161 PASS createEvent('TextEvent') should be initialized correctly.
162 FAIL textevent should be an alias for CompositionEvent. Failed to execute 'creat eEvent' on 'Document': The provided event type ('textevent') is invalid. 162 FAIL textevent should be an alias for CompositionEvent. assert_equals: expected object "[object CompositionEvent]" but got object "[object TextEvent]"
163 FAIL createEvent('textevent') should be initialized correctly. Cannot read prope rty 'type' of undefined 163 PASS createEvent('textevent') should be initialized correctly.
164 FAIL TEXTEVENT should be an alias for CompositionEvent. Failed to execute 'creat eEvent' on 'Document': The provided event type ('TEXTEVENT') is invalid. 164 FAIL TEXTEVENT should be an alias for CompositionEvent. assert_equals: expected object "[object CompositionEvent]" but got object "[object TextEvent]"
165 FAIL createEvent('TEXTEVENT') should be initialized correctly. Cannot read prope rty 'type' of undefined 165 PASS createEvent('TEXTEVENT') should be initialized correctly.
166 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextE vents" 166 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextE vents"
167 PASS TouchEvent should be an alias for TouchEvent. 167 PASS TouchEvent should be an alias for TouchEvent.
168 PASS createEvent('TouchEvent') should be initialized correctly. 168 PASS createEvent('TouchEvent') should be initialized correctly.
169 PASS touchevent should be an alias for TouchEvent. 169 PASS touchevent should be an alias for TouchEvent.
170 PASS createEvent('touchevent') should be initialized correctly. 170 PASS createEvent('touchevent') should be initialized correctly.
171 PASS TOUCHEVENT should be an alias for TouchEvent. 171 PASS TOUCHEVENT should be an alias for TouchEvent.
172 PASS createEvent('TOUCHEVENT') should be initialized correctly. 172 PASS createEvent('TOUCHEVENT') should be initialized correctly.
173 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Touch Events" 173 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Touch Events"
174 PASS TrackEvent should be an alias for TrackEvent. 174 PASS TrackEvent should be an alias for TrackEvent.
175 PASS createEvent('TrackEvent') should be initialized correctly. 175 PASS createEvent('TrackEvent') should be initialized correctly.
176 FAIL trackevent should be an alias for TrackEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('trackevent') is invalid. 176 PASS trackevent should be an alias for TrackEvent.
177 FAIL createEvent('trackevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 177 PASS createEvent('trackevent') should be initialized correctly.
178 FAIL TRACKEVENT should be an alias for TrackEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('TRACKEVENT') is invalid. 178 PASS TRACKEVENT should be an alias for TrackEvent.
179 FAIL createEvent('TRACKEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 179 PASS createEvent('TRACKEVENT') should be initialized correctly.
180 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Track Events" 180 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Track Events"
181 PASS TransitionEvent should be an alias for TransitionEvent. 181 PASS TransitionEvent should be an alias for TransitionEvent.
182 PASS createEvent('TransitionEvent') should be initialized correctly. 182 PASS createEvent('TransitionEvent') should be initialized correctly.
183 FAIL transitionevent should be an alias for TransitionEvent. Failed to execute ' createEvent' on 'Document': The provided event type ('transitionevent') is inval id. 183 PASS transitionevent should be an alias for TransitionEvent.
184 FAIL createEvent('transitionevent') should be initialized correctly. Cannot read property 'type' of undefined 184 PASS createEvent('transitionevent') should be initialized correctly.
185 FAIL TRANSITIONEVENT should be an alias for TransitionEvent. Failed to execute ' createEvent' on 'Document': The provided event type ('TRANSITIONEVENT') is inval id. 185 PASS TRANSITIONEVENT should be an alias for TransitionEvent.
186 FAIL createEvent('TRANSITIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined 186 PASS createEvent('TRANSITIONEVENT') should be initialized correctly.
187 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Trans itionEvents" 187 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Trans itionEvents"
188 PASS UIEvent should be an alias for UIEvent. 188 PASS UIEvent should be an alias for UIEvent.
189 PASS createEvent('UIEvent') should be initialized correctly. 189 PASS createEvent('UIEvent') should be initialized correctly.
190 PASS uievent should be an alias for UIEvent. 190 PASS uievent should be an alias for UIEvent.
191 PASS createEvent('uievent') should be initialized correctly. 191 PASS createEvent('uievent') should be initialized correctly.
192 PASS UIEVENT should be an alias for UIEvent. 192 PASS UIEVENT should be an alias for UIEvent.
193 PASS createEvent('UIEVENT') should be initialized correctly. 193 PASS createEvent('UIEVENT') should be initialized correctly.
194 PASS UIEvents should be an alias for UIEvent. 194 PASS UIEvents should be an alias for UIEvent.
195 PASS createEvent('UIEvents') should be initialized correctly. 195 PASS createEvent('UIEvents') should be initialized correctly.
196 PASS uievents should be an alias for UIEvent. 196 PASS uievents should be an alias for UIEvent.
197 PASS createEvent('uievents') should be initialized correctly. 197 PASS createEvent('uievents') should be initialized correctly.
198 PASS UIEVENTS should be an alias for UIEvent. 198 PASS UIEVENTS should be an alias for UIEvent.
199 PASS createEvent('UIEVENTS') should be initialized correctly. 199 PASS createEvent('UIEVENTS') should be initialized correctly.
200 PASS WebGLContextEvent should be an alias for WebGLContextEvent. 200 PASS WebGLContextEvent should be an alias for WebGLContextEvent.
201 FAIL createEvent('WebGLContextEvent') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined 201 FAIL createEvent('WebGLContextEvent') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
202 FAIL webglcontextevent should be an alias for WebGLContextEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('webglcontextevent') is invalid. 202 PASS webglcontextevent should be an alias for WebGLContextEvent.
203 FAIL createEvent('webglcontextevent') should be initialized correctly. Cannot re ad property 'type' of undefined 203 FAIL createEvent('webglcontextevent') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
204 FAIL WEBGLCONTEXTEVENT should be an alias for WebGLContextEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('WEBGLCONTEXTEVENT') is invalid. 204 PASS WEBGLCONTEXTEVENT should be an alias for WebGLContextEvent.
205 FAIL createEvent('WEBGLCONTEXTEVENT') should be initialized correctly. Cannot re ad property 'type' of undefined 205 FAIL createEvent('WEBGLCONTEXTEVENT') should be initialized correctly. assert_eq uals: isTrusted should be initialized to false expected (boolean) false but got (undefined) undefined
206 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WebGL ContextEvents" 206 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WebGL ContextEvents"
207 PASS WheelEvent should be an alias for WheelEvent. 207 PASS WheelEvent should be an alias for WheelEvent.
208 PASS createEvent('WheelEvent') should be initialized correctly. 208 PASS createEvent('WheelEvent') should be initialized correctly.
209 FAIL wheelevent should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('wheelevent') is invalid. 209 PASS wheelevent should be an alias for WheelEvent.
210 FAIL createEvent('wheelevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 210 PASS createEvent('wheelevent') should be initialized correctly.
211 FAIL WHEELEVENT should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('WHEELEVENT') is invalid. 211 PASS WHEELEVENT should be an alias for WheelEvent.
212 FAIL createEvent('WHEELEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 212 PASS createEvent('WHEELEVENT') should be initialized correctly.
213 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events" 213 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events"
214 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments 214 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
215 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla ybackEvent" 215 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla ybackEvent"
216 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlaybackEvents" 216 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlaybackEvents"
217 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent" 217 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent"
218 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents" 218 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents"
219 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" 219 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent"
220 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents" 220 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents"
221 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent" 221 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent"
222 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents" 222 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 }" did not throw 338 }" did not throw
339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
340 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 340 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
341 var evt = document.createEvent(eventInterface); 341 var evt = document.createEvent(eventInterface);
342 }" did not throw 342 }" did not throw
343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
344 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 344 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
346 Harness: the test ran to completion. 346 Harness: the test ran to completion.
347 347
OLDNEW
« no previous file with comments | « AUTHORS ('k') | 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