Last active
August 20, 2017 20:03
-
-
Save domenic/abaeb197600dad644d3ea8ee8a3f21a4 to your computer and use it in GitHub Desktop.
New jsdom WPT manifest format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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