Created attachment 104046 [details] Demonstrates the ::-webkit-scrollbar bug Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements. They should not be equal. The difference between the two should be the width of the scrollbar, as it is with regular scrollbars. I've attached a simple p[age that demonstrates the issue. Thanks!
(In reply to comment #0) > Created an attachment (id=104046) [details] > Demonstrates the ::-webkit-scrollbar bug > > Offset width equals client width when there are scrollbars styled with ::-webkit-scrollbar on visiblity:hidden elements. > > They should not be equal. The difference between the two should be the width of the scrollbar, as it is with regular scrollbars. > > I've attached a simple p[age that demonstrates the issue. > > Thanks! Issue fixed in <http://trac.webkit.org/changeset/155323>.
*** This bug has been marked as a duplicate of bug 90546 ***