Files
ladybird/Libraries/LibWeb/CSS
Callum Law a9eecf76df LibWeb: Dont compute style when CSSStyleProperties lacks owner node
Some instances of CSSStyleProperties can lack an owner node, for
instance the return value of a call to `window.getComputedStyle` where
the specified pseudo-element is invalid. In this case we should treat
the computed style as empty, as there is no node to compute the style
for.
2025-06-09 12:28:41 +01:00
..
2024-12-28 05:39:32 -08:00
2024-12-28 05:39:32 -08:00