blob: f2b165bd0d8088ef2733ce3e95fa9d15b284e1d5 [file] [log] [blame]
PASS Properties of initEvent(type, true, true)
PASS Properties of initEvent(type, true, false)
PASS Properties of initEvent(type, false, true)
PASS Properties of initEvent(type, false, false)
PASS Calling initEvent multiple times (getting type).
PASS Calling initEvent multiple times (not getting type).
PASS Calling initEvent must not have an effect during dispatching.
PASS Calling initEvent must unset the stop propagation flag.
PASS Calling initEvent must unset the stop immediate propagation flag.
PASS Calling initEvent during propagation.
PASS First parameter to initEvent should be mandatory.
PASS Tests initEvent's default parameter values.