mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
072ca409e3
We can modify the scroll position without invalidating the anchor (that's kind of the point, actually). So it's possible (and ok) to end up with a frame which is already maintaining an anchor but for which CanMaintainAnchor now returns false. So if you have a scrollframe with a non-zero scroll position and select an anchor for that scrollframe, and then try to select an anchor for an ancestor, you don't want to dig into there. Differential Revision: https://phabricator.services.mozilla.com/D71103 --HG-- extra : moz-landing-system : lando