I don’t think this should happen in Firefox.
In an html page, a link has a certain width, and upon clicking that link will generate a rectangle of dots, which is actually 1px wider than the link width. And if an element containing that link has the CSS property overflow: auto, then clicking that link will generate a horizontal scroll bar since the content becomes 1px wider.
This shouldn’t happen right?