gecko-dev/layout/style/crashtests/1393580.html
Manish Goregaokar 6a71487e1d Bug 1393580 - Add crashtest; r=emilio
MozReview-Commit-ID: CCTkfzhsbAF
2017-08-25 09:35:21 -07:00

11 lines
186 B
HTML

<style>
* {
scroll-snap-points-x: repeat(calc(1px));
}
</style>
<script>
window.onload = () => {
document.documentElement.animate([{"scrollSnapPointsX": "repeat(1px)"}])
}
</script>