mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Previously absolutely positioned direct children of a CSS Grid had their position (relative to their parent) hardcoded to (0, 0). This PR changes that to correctly propagate the position computed by Taffy. Testing: WPT tests. --------- Signed-off-by: Nico Burns <nico@nicoburns.com>