Files
ladybird/Userland/Libraries/LibWeb/Bindings/EventWrapperFactory.cpp
Andreas Kling 093e66afc0 LibWeb: Make document.createEvent("UIEvent") actually create a UIEvent
There were two things preventing this from working right:

- UIEvents::UIEvent::create() was actually just DOM::Event::create()
- We didn't return the right JavaScript wrapper type for UIEvent
2022-02-25 19:38:31 +01:00

2.7 KiB