summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/842166.html
blob: 107fb666b6d35ccc4bda004c15f2a508f77e16f8 (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>
            li{
             display: table-footer-group;
             }
        </style>
        <meta HTTP-EQUIV="Cache-Control" content="no-cache" />
    </head>
    <body>
        <script>
            <ins>
            </ins>
        </script>
        <li contenteditable="true">
        </li>
        <object type="checkbox">
        </object>
        <select>
        </select>
    </body>
</html>