On Fri Nov 18 01:17:00 2022 +0000, Jacek Caban wrote:
Is there any reason not to use the right string, especially since you already wrote a test?
Unfortunately we can't, because gecko doesn't support it in `createEvent` yet, so `create_document_event` would fail. See wine-gecko!10.
I added more events there so I could be done with this problem, if you have any others in mind that aren't covered yet, let me know—there might be more IE-specific event types though but those don't seem to have equivalent in gecko, I basically looked at the webidl filenames in gecko, so those will require more work if done.