summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1533885.html
blob: 316e904729b3dc8909082354b71779357f55dba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
    <style>
        text, :root {
            column-width: 0;
        }
    </style>
    <script>
      function start () {
        document.getElementById('template').style.setProperty('scroll-behavior', 'smooth')
      }
    </script>
</head>
<body onload="start()">
<sup>
    <h4>b&quot;4C@26Rc8:nbxI</h4>
    <template id="template">
    </template>
</sup>
</body>
</html>