Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / style / crashtests / 1393580.html
blob4a590163081dbcfed83cd25531c276568dd70cfd
1 <style>
2 * {
3 scroll-snap-points-x: repeat(calc(1px));
5 </style>
6 <script>
7 window.onload = () => {
8 document.documentElement.animate([{"scrollSnapPointsX": "repeat(1px)"}])
10 </script>