Revision e7012aa46a68e9b69bd9dc2953a624a29f8a6783 authored by Anne van Kesteren on 22 February 2017, 13:35:51 UTC, committed by GitHub on 22 February 2017, 13:35:51 UTC
Closes https://github.com/whatwg/xhr/issues/79.
1 parent dabdded
Raw File
README.md
Interface tests
==============================

These test that the basic UI Events interfaces exist, specifically:

1. Does the interface exist
2. Are all the members defined on the interface accounted for:
 * UIEvent
 * MouseEvent
 * FocusEvent
 * KeyboardEvent
 * WheelEvent
 * CompositionEvent
back to top