Revision 14e4db9c6a7a36f87541fafceab253725397f807 authored by Aryeh Gregor on 16 August 2016, 18:17:28 UTC, committed by Aryeh Gregor on 16 August 2016, 18:17:28 UTC
There was previously never any test for unsetting the immediate
propagation flag.  There was one for the propagation flag, but it called
dispatchEvent() in between initEvent() and the actual test, and since
whatwg/dom#219, dispatchEvent() clears these flags as well, so the test
is now incorrect.  (Before that the test was also not very good, because
Gecko always cleared the flags in dispatchEvent() but not initEvent(),
so it was incorrectly passing the test.)
1 parent d34d733
History

back to top