summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1626970.html
blob: 96e59656c5790a1d5240610034801854b39ec657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
    <style>
        * {
            padding-block-end: 46% ! important;
        }
    </style>
    <script>
      document.addEventListener('DOMContentLoaded', () => {
        window.scrollByLines(536870912, {})
      })
    </script>
</head>
</html>