On Wed Sep 7 19:33:37 2022 +0000, Gabriel Iv��ncescu wrote:
Well, we need both compat mode and a valid origin for the storage. The dom.c tests won't work since they have no origin. The misc.c tests won't work since we have no compat mode. It's not exactly interesting per se testing more than 2 modes, but the "cutoff" in behavior seems to be IE8/IE9, and most of the other 2-mode tests are something like quirks + IE9, which doesn't provide this test. I can have it test only IE8 and IE9, if you prefer it that way.
BTW sorry, I forgot to mention. I'm using an array here because I'm trying to test two windows/documents with same origin. This is to test that the events are *not* sent on native between them, for whatever reason. I initially expected them to be sent, though.
From my understanding this is the point of the "standards" of these events (they aren't even supposed to be sent to same Window), but clearly IE thinks otherwise.