https://github.com/web-platform-tests/wpt
Raw File
Tip revision: be315b1de5c832b49d353768e0b2a268658714b9 authored by Chris Rebert on 09 October 2015, 01:08:52 UTC
Stop using designMode and execCommand for dirtying in HTML form constraint tests
Tip revision: be315b1
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