mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
This makes it so that view-transition pseudo-element styles are updated before returning them from window.getComputedStyle(). This is necessary because they could be outdated, in case JS has modified the styles of the elements they are trying to stay in sync with since last frame. The corresponding WPT test has not been imported, since it still fails for unrelated reasons.