Files
ladybird/Libraries/LibWeb/CSS/StyleValue.h
Andreas Kling 30685a7714 LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
The default equals() does to_string() on both sides which is pretty
silly when they are of the same type.
2020-12-15 19:40:06 +01:00

12 KiB