ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

LibWeb: Calculate the correct resolved value for inset properties

Open tcl3 opened this issue 10 months ago • 0 comments

This improves the output of getComputedStyle() for the top, bottom, left and right properties, where the used value is now returned rather than the computed value, where applicable.

This fixes 290 WPT subtests in the css/cssom directory.

tcl3 avatar Mar 17 '25 17:03 tcl3