summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1393580.html
blob: 4a590163081dbcfed83cd25531c276568dd70cfd (plain)
1
2
3
4
5
6
7
8
9
10
<style>
* {
  scroll-snap-points-x: repeat(calc(1px));
}
</style>
<script>
window.onload = () => {
  document.documentElement.animate([{"scrollSnapPointsX": "repeat(1px)"}])
}
</script>