- Notifications
You must be signed in to change notification settings - Fork20.5k
Closed
Milestone
Description
Description
IE 11 as well as Edge (even 17-18) often crash on thetraversing: contents() for <frame /> test with the "Permission denied" error. IE crashes way often than Edge. This is probably related to my Sizzle removal PR (#4395) but I wasn't able to pinpoint the exact reason so far. The error points toline174 insrc/selector.js. An example failing run:http://swarm.jquery.org/result/3337866.
It's hard to debug as it's clearly a race condition. If I run this test in isolation, it always passes.
I think I've seen a similar failure on the3.4-stable branch as well but it was happening way less often.
We should figure this out before the4.0.0 release.
Link to test case
N/A, it's a core test already in the repo.