Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@domenic
Last active August 20, 2017 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domenic/abaeb197600dad644d3ea8ee8a3f21a4 to your computer and use it in GitHub Desktop.
Save domenic/abaeb197600dad644d3ea8ee8a3f21a4 to your computer and use it in GitHub Desktop.
New jsdom WPT manifest format
DIR: dom/collections
HTMLCollection-as-proto-length-get-throws.html: [fail, https://github.com/jsdom/webidl2js/issues/62]
HTMLCollection-supported-property-indices.html: [fail, Named versus indexed properties trickiness]
HTMLCollection-supported-property-names.html: [fail, Names vs. ids priority and effect on enumeration order]
domstringmap-supported-property-names.html: [fail, DOMStringMap not implemented]
---
DIR: dom/events
AddEventListenerOptions-passive.html: [fail, https://github.com/tmpvar/jsdom/issues/1609]
EventTarget-dispatchEvent.html: [fail, We don't support every event interface yet]
Event-dispatch-click.html: [fail, Unknown]
Event-dispatch-redispatch.html: [fail, Unknown]
Event-subclasses-constructors.html: [fail, We don't support every event interface yet]
Event-timestamp-high-resolution.html: [fail, Not implemented; also depends on WheelEvent]
EventListener-incumbent-global-1.sub.html: [fail, Multi-globals]
EventListener-incumbent-global-2.sub.html: [fail, Multi-globals]
EventListener-invoke-legacy.html: [fail, Animation stuff not implemented]
EventTarget-constructible.any.html: [fail, Not implemented]
DIR: dom/collections
HTMLCollection-as-proto-length-get-throws.html: https://github.com/jsdom/webidl2js/issues/62
HTMLCollection-supported-property-indices.html: Named versus indexed properties trickiness
HTMLCollection-supported-property-names.html: Names vs. ids priority and effect on enumeration order
domstringmap-supported-property-names.html: DOMStringMap not implemented
---
DIR: dom/events
AddEventListenerOptions-passive.html: https://github.com/tmpvar/jsdom/issues/1609
EventTarget-dispatchEvent.html: We don't support every event interface yet
Event-dispatch-click.html: Unknown
Event-dispatch-redispatch.html: Unknown
Event-subclasses-constructors.html: We don't support every event interface yet
Event-timestamp-high-resolution.html: Not implemented; also depends on WheelEvent
EventListener-incumbent-global-1.sub.html: Multi-globals
EventListener-incumbent-global-2.sub.html: Multi-globals
EventListener-invoke-legacy.html: Animation stuff not implemented
EventTarget-constructible.any.html: Not implemented
DIR: dom/collections
HTMLCollection-as-proto-length-get-throws.html:
- [fail]
- https://github.com/jsdom/webidl2js/issues/62
HTMLCollection-supported-property-indices.html:
- [fail]
- Named versus indexed properties trickiness
HTMLCollection-supported-property-names.html:
- [fail]
- Names vs. ids priority and effect on enumeration order
domstringmap-supported-property-names.html:
- [fail]
- DOMStringMap not implemented
---
DIR: dom/events
AddEventListenerOptions-passive.html:
- [fail]
- https://github.com/tmpvar/jsdom/issues/1609
EventTarget-dispatchEvent.html:
- [fail]
- We don't support every event interface yet
Event-dispatch-click.html:
- [fail]
- Unknown
Event-dispatch-redispatch.html:
- [fail]
- Unknown
Event-subclasses-constructors.html:
- [fail]
- We don't support every event interface yet
Event-timestamp-high-resolution.html:
- [fail]
- Not implemented; also depends on WheelEvent
EventListener-incumbent-global-1.sub.html:
- [fail]
- Multi-globals
EventListener-incumbent-global-2.sub.html:
- [fail]
- Multi-globals
EventListener-invoke-legacy.html:
- [fail]
- Animation stuff not implemented
EventTarget-constructible.any.html:
- [fail]
- Not implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment