Chromium Code Reviews| OLD | NEW |
|---|---|
| 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; 298 PASS, 33 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS AnimationEvent should be an alias for AnimationEvent. | 3 PASS AnimationEvent should be an alias for AnimationEvent. |
|
tkent
2017/03/29 23:13:34
Looks you edited the file manually? This line shou
| |
| 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 |
| 114 PASS MessageEvent should be an alias for MessageEvent. | 114 PASS MessageEvent should be an alias for MessageEvent. |
| 115 PASS createEvent('MessageEvent') should be initialized correctly. | 115 PASS createEvent('MessageEvent') should be initialized correctly. |
| 116 PASS messageevent should be an alias for MessageEvent. | 116 PASS messageevent should be an alias for MessageEvent. |
| 117 PASS createEvent('messageevent') should be initialized correctly. | 117 PASS createEvent('messageevent') should be initialized correctly. |
| 118 PASS MESSAGEEVENT should be an alias for MessageEvent. | 118 PASS MESSAGEEVENT should be an alias for MessageEvent. |
| 119 PASS createEvent('MESSAGEEVENT') should be initialized correctly. | 119 PASS createEvent('MESSAGEEVENT') should be initialized correctly. |
| 120 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Messa geEvents" | 120 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Messa geEvents" |
| 121 PASS MouseEvent should be an alias for MouseEvent. | 121 PASS MouseEvent should be an alias for MouseEvent. |
| 122 PASS createEvent('MouseEvent') should be initialized correctly. | 122 PASS createEvent('MouseEvent') should be initialized correctly. |
| 123 PASS mouseevent should be an alias for MouseEvent. | 123 PASS mouseevent should be an alias for MouseEvent. |
| 124 PASS createEvent('mouseevent') should be initialized correctly. | 124 PASS createEvent('mouseevent') should be initialized correctly. |
| 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 FAIL TouchEvent should be an alias for TouchEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('TouchEvent') is invalid. |
| 168 PASS createEvent('TouchEvent') should be initialized correctly. | 168 FAIL createEvent('TouchEvent') should be initialized correctly. Cannot read prop erty 'type' of undefined |
| 169 PASS touchevent should be an alias for TouchEvent. | 169 FAIL touchevent should be an alias for TouchEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('touchevent') is invalid. |
| 170 PASS createEvent('touchevent') should be initialized correctly. | 170 FAIL createEvent('touchevent') should be initialized correctly. Cannot read prop erty 'type' of undefined |
| 171 PASS TOUCHEVENT should be an alias for TouchEvent. | 171 FAIL TOUCHEVENT should be an alias for TouchEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('TOUCHEVENT') is invalid. |
| 172 PASS createEvent('TOUCHEVENT') should be initialized correctly. | 172 FAIL createEvent('TOUCHEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined |
| 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" |
| 223 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent" | 223 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent" |
| 224 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents" | 224 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents" |
| 225 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" | 225 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" |
| 226 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents" | 226 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents" |
| 227 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" | 227 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" |
| 228 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents" | 228 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents" |
| 229 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" | 229 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" |
| 230 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents" | 230 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents" |
| 231 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent " | 231 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent " |
| 232 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C ommandEvents" | 232 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C ommandEvents" |
| 233 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContaine rEvent" | 233 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContaine rEvent" |
| 234 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D ataContainerEvents" | 234 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D ataContainerEvents" |
| 235 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceLightE vent" | 235 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceLightE vent" |
| 236 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D eviceLightEvents" | 236 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D eviceLightEvents" |
| 237 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEv ent" | 237 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEv ent" |
| 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableEvents" | 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableEvents" |
| 239 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMe ssageEvent" | 239 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMe ssageEvent" |
| 240 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents" | 240 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents" |
| 241 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" | 241 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" |
| 242 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents" | 242 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents" |
| 243 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" | 243 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" |
| 244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents" | 244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents" |
| 245 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " | 245 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " |
| 246 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents" | 246 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents" |
| 247 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent" | 247 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent" |
| 248 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents" | 248 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents" |
| 249 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " | 249 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " |
| 250 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents" | 250 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents" |
| 251 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" | 251 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" |
| 252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents" | 252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents" |
| 253 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" | 253 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" |
| 254 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents" | 254 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents" |
| 255 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" | 255 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" |
| 256 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIMessageEvents" | 256 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIMessageEvents" |
| 257 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncrypt edEvent" | 257 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncrypt edEvent" |
| 258 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaEncryptedEvents" | 258 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaEncryptedEvents" |
| 259 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEven t" | 259 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEven t" |
| 260 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyEvents" | 260 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyEvents" |
| 261 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMess ageEvent" | 261 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMess ageEvent" |
| 262 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyMessageEvents" | 262 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyMessageEvents" |
| 263 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryLi stEvent" | 263 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryLi stEvent" |
| 264 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaQueryListEvents" | 264 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaQueryListEvents" |
| 265 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamE vent" | 265 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamE vent" |
| 266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamEvents" | 266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamEvents" |
| 267 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamT rackEvent" | 267 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamT rackEvent" |
| 268 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamTrackEvents" | 268 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamTrackEvents" |
| 269 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollE vent" | 269 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollE vent" |
| 270 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ouseScrollEvents" | 270 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ouseScrollEvents" |
| 271 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEven t" assert_throws: function "function () { | 271 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEven t" assert_throws: function "function () { |
| 272 var evt = document.createEvent(eventInterface); | 272 var evt = document.createEvent(eventInterface); |
| 273 }" did not throw | 273 }" did not throw |
| 274 FAIL Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M utationEvents" assert_throws: function "function () { | 274 FAIL Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M utationEvents" assert_throws: function "function () { |
| 275 var evt = document.createEvent(eventInterface + "s"); | 275 var evt = document.createEvent(eventInterface + "s"); |
| 276 }" did not throw | 276 }" did not throw |
| 277 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Notification Event" | 277 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Notification Event" |
| 278 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otificationEvents" | 278 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otificationEvents" |
| 279 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent" | 279 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent" |
| 280 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents" | 280 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents" |
| 281 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" | 281 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" |
| 282 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents" | 282 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents" |
| 283 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent" | 283 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent" |
| 284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents" | 284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents" |
| 285 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on" | 285 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on" |
| 286 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions" | 286 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions" |
| 287 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent " | 287 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent " |
| 288 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents" | 288 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents" |
| 289 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" | 289 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" |
| 290 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents" | 290 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents" |
| 291 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" | 291 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" |
| 292 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents" | 292 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents" |
| 293 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" | 293 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" |
| 294 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents" | 294 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents" |
| 295 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ProgressEven t" assert_throws: function "function () { | 295 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ProgressEven t" assert_throws: function "function () { |
| 296 var evt = document.createEvent(eventInterface); | 296 var evt = document.createEvent(eventInterface); |
| 297 }" did not throw | 297 }" did not throw |
| 298 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P rogressEvents" | 298 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P rogressEvents" |
| 299 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejec tionEvent" | 299 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejec tionEvent" |
| 300 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P romiseRejectionEvents" | 300 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P romiseRejectionEvents" |
| 301 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent" | 301 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent" |
| 302 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ushEvents" | 302 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ushEvents" |
| 303 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneC hangeEvent" | 303 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneC hangeEvent" |
| 304 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDTMFToneChangeEvents" | 304 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDTMFToneChangeEvents" |
| 305 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChann elEvent" | 305 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChann elEvent" |
| 306 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDataChannelEvents" | 306 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDataChannelEvents" |
| 307 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandid ateEvent" | 307 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandid ateEvent" |
| 308 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCIceCandidateEvents" | 308 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCIceCandidateEvents" |
| 309 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent " | 309 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent " |
| 310 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R elatedEvents" | 310 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R elatedEvents" |
| 311 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg ressEvent" | 311 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg ressEvent" |
| 312 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R esourceProgressEvents" | 312 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R esourceProgressEvents" |
| 313 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" | 313 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" |
| 314 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGZoomEvent " | 314 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGZoomEvent " |
| 315 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S VGZoomEvents" | 315 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S VGZoomEvents" |
| 316 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv ent" | 316 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv ent" |
| 317 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S crollAreaEvents" | 317 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S crollAreaEvents" |
| 318 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli cyViolationEvent" | 318 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli cyViolationEvent" |
| 319 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ecurityPolicyViolationEvents" | 319 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ecurityPolicyViolationEvents" |
| 320 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC onnectEvent" | 320 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC onnectEvent" |
| 321 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ervicePortConnectEvents" | 321 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ervicePortConnectEvents" |
| 322 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke rMessageEvent" | 322 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke rMessageEvent" |
| 323 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S erviceWorkerMessageEvents" | 323 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S erviceWorkerMessageEvents" |
| 324 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur eEvent" | 324 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur eEvent" |
| 325 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S impleGestureEvents" | 325 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S impleGestureEvents" |
| 326 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError" | 326 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError" |
| 327 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors" | 327 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors" |
| 328 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent" | 328 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent" |
| 329 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents" | 329 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents" |
| 330 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent" | 330 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent" |
| 331 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents" | 331 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents" |
| 332 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" | 332 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" |
| 333 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents" | 333 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents" |
| 334 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" | 334 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" |
| 335 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents" | 335 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents" |
| 336 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () { | 336 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () { |
| 337 var evt = document.createEvent(eventInterface); | 337 var evt = document.createEvent(eventInterface); |
| 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 | |
| OLD | NEW |