mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Extend tests for windowless element's event handler behaviour to non-native handlers
This commit is contained in:
parent
d23b34e243
commit
60679d9b6d
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue