Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp
Andreas Kling 06e54ea916 LibWeb: Add missing upcalls in HTMLInputElement
We need to call the base class in overrides of inserted() and
removed_from(), or things like style invalidation will break.
2021-10-12 12:17:25 +02:00

3.6 KiB