https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 10f69dbaa99bb91a7cf9f290fff6503b0ab56ee4 authored by James Graham on 17 September 2018, 15:10:55 UTC
Correctly handle ScriptTimeoutException in the WebDriver executor
Tip revision: 10f69db
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