Extend tests for windowless element's event handler behaviour to non-native handlers

This commit is contained in:
Arseniy Ivanov 2017-02-03 13:04:18 -05:00
parent d23b34e243
commit 60679d9b6d

View file

@ -8,6 +8,7 @@
<script>
var elements = ['body', 'frameset'];
var handlers = [
'load', 'resize', 'blur', 'focus', 'scroll',
'afterprint', 'beforeprint', 'beforeunload', 'hashchange',
'languagechange', 'message', 'offline', 'online', 'pagehide',
'pageshow', 'popstate', 'rejectionhandled', 'storage',