Bug 1883796 - Deal with an assert that doesn't hold always. r=dshin
commit7c1412682e0c9de4ccd864c94d81579fcfbe9488
authorEmilio Cobos Álvarez <emilio@crisal.io>
Thu, 7 Mar 2024 14:24:47 +0000 (7 14:24 +0000)
committerEmilio Cobos Álvarez <emilio@crisal.io>
Thu, 7 Mar 2024 14:24:47 +0000 (7 14:24 +0000)
treec51bcdf2345f7b10ed105ae5d1ae139f4201f0be
parentd541a9f8560e00b2877f032ce73b71a794fd5132
Bug 1883796 - Deal with an assert that doesn't hold always. r=dshin

During an animation restyle, two links might share the same rules while
not sharing the same link-ness.

This is a temporary state, but let's deal with it correctly.

Differential Revision: https://phabricator.services.mozilla.com/D203891
servo/components/style/sharing/mod.rs
testing/web-platform/tests/css/selectors/link-sharing-crash.html [new file with mode: 0644]