On Wed Sep 7 19:06:19 2022 +0000, Jacek Caban wrote:
Is there any need for the test array and using run_from_path()? Also, is there anything interesting in testing more than two modes?
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.