Files
ladybird/Userland/Libraries/LibWeb/CSS/StyleSheetList.cpp
Andreas Kling 14d4f227f2 LibWeb: Don't invalidate style when adding/removing empty style sheet
For whatever reason, web pages sometimes add and/or remove a completely
empty style sheet. When this happens, we don't need to invalidate the
document's style, since the outcome will be the same as before.
2022-10-29 15:16:57 +02:00

2.6 KiB