Open
Description
https://drafts.csswg.org/css-view-transitions-1/#capture-old-state-algorithm and so on have sections like:
Set capture’s old transform to a that would map element’s border box from the snapshot containing block origin to its current visual position.
And so on. But the captures capture shadows and so on, so that seems wrong, it should account for the potentially negative offsets that outlines and shadows create. Tests like https://wpt.live/css/css-view-transitions/new-content-ancestor-clipped.html where an element with a shadow gets captured depend on it to get the correct rendering.