NEW 144826
[css-scroll-snap] Add tests that verify the behavior of 'display: none'
https://bugs.webkit.org/show_bug.cgi?id=144826
Summary [css-scroll-snap] Add tests that verify the behavior of 'display: none'
Brent Fulgham
Reported 2015-05-08 22:53:12 PDT
Add tests to confirm that the scroll snap logic properly handles the following: 1. Inserting/removing elements into an existing scrollable region with snap points. 2. Marking elements 'display:none'
Attachments
Brent Fulgham
Comment 1 2015-06-16 14:30:58 PDT
Also: 3. programmatically change overflow:scroll on ancestors of scroll-snap-coordinate elements
Simon Fraser (smfr)
Comment 2 2020-03-04 19:53:46 PST
4. Snapping after layout changes Chrome does this now: https://web.dev/snap-after-layout/
Radar WebKit Bug Importer
Comment 3 2020-03-04 19:54:08 PST
Martin Robinson
Comment 4 2021-07-07 07:20:48 PDT
I believe that 1, 3, and 4 are currently covered, but there are no tests to check the behavior of css-scroll-snap when elements have 'display:none'.
Note You need to log in before you can comment on or make changes to this bug.