On Tue Sep 13 12:59:56 2022 +0000, Jacek Caban wrote:
I get following error when running those tests in my Windows VM:
script.c:754: L"/index.html?10:doc_mode: Testing compatibility mode 10" script.c:738: Test failed: L"/index.html?10:storage events: doc.onstoragecommit called"
This sounds like the same issue that I tried to solve in the events.c tests, but first time I see it on the JS code. There, it looks like it happens *sometimes* on the first setItem for some reason (after the clear), so I'm assuming it's the same here. Honestly I'll probably just add a quirk for it, instead, hopefully that will fix it.