Fix the failure of css-scroll-snap/snap-at-user-scroll-end-manual.html
The scroll-snap-type property should be set on <html> rather than <body>, because scroll-snap-type should not be propagated from body element to the viewport, we should use its value on html instead. Bug: 984438 Change-Id: I9b42289cc217ae3d9b4aafc69171a16087a24de0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568433Reviewed-by:David Bokan <bokan@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#832567}
Showing
Please register or sign in to comment