summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1517297.html
blob: f729d130f6ca0de7e93b48f28d12fae1adc96c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
  <style>
    * {
      column-count: 1;
      min-width: -moz-min-content;
      column-span: all;
    }

    ins {
      display: grid;
    }
  </style>
</head>
<body>
  <a>
    <ins>MJ]yYfC&gt;;M|</ins>
    <keygen></keygen>
  </a>
</body>
</html>