diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/dom/nodes/Document-createEvent.html.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/dom/nodes/Document-createEvent.html.ini')
-rw-r--r-- | testing/web-platform/meta/dom/nodes/Document-createEvent.html.ini | 370 |
1 files changed, 370 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/nodes/Document-createEvent.html.ini b/testing/web-platform/meta/dom/nodes/Document-createEvent.html.ini new file mode 100644 index 000000000..1d92f01ae --- /dev/null +++ b/testing/web-platform/meta/dom/nodes/Document-createEvent.html.ini @@ -0,0 +1,370 @@ +[Document-createEvent.html] + type: testharness + [AnimationEvent should be an alias for AnimationEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('AnimationEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [animationevent should be an alias for AnimationEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('animationevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [ANIMATIONEVENT should be an alias for AnimationEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('ANIMATIONEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [CloseEvent should be an alias for CloseEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('CloseEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [closeevent should be an alias for CloseEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('closeevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [CLOSEEVENT should be an alias for CloseEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('CLOSEEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragEvents"] + expected: FAIL + bug: 1251198 + + [ErrorEvent should be an alias for ErrorEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('ErrorEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [errorevent should be an alias for ErrorEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('errorevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [ERROREVENT should be an alias for ErrorEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('ERROREVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [FocusEvent should be an alias for FocusEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('FocusEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [focusevent should be an alias for FocusEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('focusevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [FOCUSEVENT should be an alias for FocusEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('FOCUSEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [IDBVersionChangeEvent should be an alias for IDBVersionChangeEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('IDBVersionChangeEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [idbversionchangeevent should be an alias for IDBVersionChangeEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('idbversionchangeevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [PageTransitionEvent should be an alias for PageTransitionEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('PageTransitionEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [pagetransitionevent should be an alias for PageTransitionEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('pagetransitionevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [PAGETRANSITIONEVENT should be an alias for PageTransitionEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('PAGETRANSITIONEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [ProgressEvent should be an alias for ProgressEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('ProgressEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [progressevent should be an alias for ProgressEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('progressevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [PROGRESSEVENT should be an alias for ProgressEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('PROGRESSEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('SVGZoomEvent') should be initialized correctly.] + expected: FAIL + bug: 1314388 + + [createEvent('svgzoomevent') should be initialized correctly.] + expected: FAIL + bug: 1314388 + + [createEvent('SVGZOOMEVENT') should be initialized correctly.] + expected: FAIL + bug: 1314388 + + [createEvent('SVGZoomEvents') should be initialized correctly.] + expected: FAIL + bug: 1314388 + + [createEvent('svgzoomevents') should be initialized correctly.] + expected: FAIL + bug: 1314388 + + [createEvent('SVGZOOMEVENTS') should be initialized correctly.] + expected: FAIL + bug: 1314388 + + [Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextEvents"] + expected: FAIL + bug: 1251198 + + [TrackEvent should be an alias for TrackEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('TrackEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [trackevent should be an alias for TrackEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('trackevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [TRACKEVENT should be an alias for TrackEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('TRACKEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [TransitionEvent should be an alias for TransitionEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('TransitionEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [transitionevent should be an alias for TransitionEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('transitionevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [TRANSITIONEVENT should be an alias for TransitionEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('TRANSITIONEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [WebGLContextEvent should be an alias for WebGLContextEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('WebGLContextEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [webglcontextevent should be an alias for WebGLContextEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('webglcontextevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [WEBGLCONTEXTEVENT should be an alias for WebGLContextEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('WEBGLCONTEXTEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [WheelEvent should be an alias for WheelEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('WheelEvent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [wheelevent should be an alias for WheelEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('wheelevent') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [WHEELEVENT should be an alias for WheelEvent.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [createEvent('WHEELEVENT') should be initialized correctly.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/362, 1314303 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "CommandEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContainerEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "DataContainerEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "KeyEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MouseScrollEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransition"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PopUpEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestureEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TimeEvents"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEvent"] + expected: FAIL + bug: 1251198 + + [Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "XULCommandEvents"] + expected: FAIL + bug: 1251198 + |