Tests: Use only one focusin/out handler per matching window & document
commit9b7320435059e30af71d648ab34ac6c00c80f5ef
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 27 Apr 2020 19:37:06 +0000 (27 21:37 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 19:37:06 +0000 (27 21:37 +0200)
treed114dbd3baa1ea8ea0d7a62a3c8e4741a03adb0e
parent34296ec547f0ab6577e8c31815447990a9c01b31
Tests: Use only one focusin/out handler per matching window & document

Backport tests from a jQuery 3.x fix that's not needed on `master`.

Also, fix the "focusin from an iframe" test to actually verify the behavior
from commit 1cecf64e5aa415367a7dae0b55c2dd17b591442d - the commit that
introduced the regression - to make sure we don't regress on either front.

The main part of the modified test was checking that focusin handling in an
iframe works and that's still checked. The test was also checking that it
doesn't propagate to the parent document, though, and, apparently, in IE it
does. This one test is now blacklisted in IE.

(cherry picked from 9e15d6b469556eccfa607c5ecf53b20c84529125)
(cherry picked from 1a4f10ddc37c34c6dc3a451ee451b5c6cf367399)

Ref gh-4652
Ref gh-4656
Closes gh-4657
test/unit/event.js