mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1299838 - Add bug numbers to some wpt failures; r=test-only
Also remove some failures that no longer exist. MozReview-Commit-ID: 8BixdXyI9jI
This commit is contained in:
parent
fcdb5fcdd4
commit
c9ef0da19b
@ -2,7 +2,9 @@
|
||||
type: testharness
|
||||
[Object.getOwnPropertyNames on NamedNodeMap of input]
|
||||
expected: FAIL
|
||||
bug: 1303629
|
||||
|
||||
[Object.getOwnPropertyNames on NamedNodeMap after attribute removal]
|
||||
expected: FAIL
|
||||
bug: 1303629
|
||||
|
||||
|
@ -2,40 +2,53 @@
|
||||
type: testharness
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (AnimationEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (CloseEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (ErrorEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (FocusEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (IDBVersionChangeEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (PageTransitionEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (ProgressEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGZoomEvent).]
|
||||
expected: FAIL
|
||||
bug: 1314388
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGZoomEvents).]
|
||||
expected: FAIL
|
||||
bug: 1314388
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (TrackEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (TransitionEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (WebGLContextEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
[If the event's initialized flag is not set, an InvalidStateError must be thrown (WheelEvent).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/362, 1314303
|
||||
|
||||
|
@ -6,102 +6,18 @@
|
||||
expected: FAIL
|
||||
bug: 931884
|
||||
|
||||
[Document interface: operation query(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation queryAll(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
|
||||
expected: FAIL
|
||||
bug: 931884
|
||||
|
||||
[Document interface: xmlDoc must inherit property "query" with the proper type (34)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling query(DOMString) on xmlDoc with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: xmlDoc must inherit property "queryAll" with the proper type (35)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryAll(DOMString) on xmlDoc with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation query(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation queryAll(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: document.createDocumentFragment() must inherit property "query" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: calling query(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: document.createDocumentFragment() must inherit property "queryAll" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: calling queryAll(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation query(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation queryAll(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "query" with the proper type (33)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling query(DOMString) on element with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "queryAll" with the proper type (34)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling queryAll(DOMString) on element with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Attr interface: attribute nodeValue]
|
||||
expected: FAIL
|
||||
|
||||
[Attr interface: attribute textContent]
|
||||
expected: FAIL
|
||||
|
||||
[NodeFilter interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
bug: https://github.com/heycam/webidl/issues/96
|
||||
|
||||
[Document interface: xmlDoc must inherit property "query" with the proper type (35)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: xmlDoc must inherit property "queryAll" with the proper type (36)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "query" with the proper type (36)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "queryAll" with the proper type (37)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "origin" with the proper type (3)]
|
||||
expected: FAIL
|
||||
bug: 931884
|
||||
|
||||
[Document interface: new Document() must inherit property "query" with the proper type (35)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling query(DOMString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: new Document() must inherit property "queryAll" with the proper type (36)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling queryAll(DOMString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: attribute mode]
|
||||
expected: FAIL
|
||||
|
||||
@ -126,9 +42,6 @@
|
||||
[Element interface: element must inherit property "assignedSlot" with the proper type (48)]
|
||||
expected: FAIL
|
||||
|
||||
[Attr interface: attribute nodeName]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: attribute assignedSlot]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2,4 +2,5 @@
|
||||
type: testharness
|
||||
[DOMTokenList is iterable via for-of loop.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/105
|
||||
|
||||
|
@ -2,34 +2,29 @@
|
||||
type: testharness
|
||||
[a.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
[area.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
[link.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
[iframe.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
[output.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
[td.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
[th.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
|
||||
[td.headers in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
|
||||
[th.headers in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
|
||||
[a.ping in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
|
||||
[area.ping in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.]
|
||||
expected: FAIL
|
||||
bug: 723008
|
||||
|
||||
|
@ -2,4 +2,5 @@
|
||||
type: testharness
|
||||
[DOMTokenList value]
|
||||
expected: FAIL
|
||||
bug: https://github.com/whatwg/dom/issues/105
|
||||
|
||||
|
@ -1,326 +1,370 @@
|
||||
[Document-createEvent.html]
|
||||
type: testharness
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeUnloadEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CompositionEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceMotionEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceOrientationEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DragEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "DragEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "HashChangeEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "KeyEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopStateEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SVGEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGZoomEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SVGZoomEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "StorageEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TextEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TextEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[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
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
[attributes.html]
|
||||
type: testharness
|
||||
[AttrExodus]
|
||||
expected: FAIL
|
||||
|
||||
[First set attribute is returned with mapped attribute set first]
|
||||
expected: FAIL
|
||||
bug: 1303629
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user