[scroll-snap] Make several wpt tests independent of scrollbar-width
Multiple scroll snap wpt tests use `scrollbar-width:none` css property to hide scrollbars. This property is only supported in Gecko. This CL adds the legacy webkit prefixed property [1] to enable the same functionality. This addition allows 8 existing tests to pass in Chrome (and potentially in Safari). [1] ::-webkit-scrollar { display: none; } Fixed: 10030555 Change-Id: Iefe5f5071d23cd40bab71a9d0e360b62e10e9c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884816 Auto-Submit: Majid Valipour <majidvp@chromium.org> Reviewed-by:Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#711384}
Showing
Please register or sign in to comment