summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1608851-2.html
blob: 73f9b055e563a44cd53b2f75f1ddae19026f42bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
    <style>
        * {
            display: inline-grid;
            position: fixed;
            grid-template-columns: subgrid [ line_name_15 ];
            scale: 1 !important;
        }
    </style>
</head>
</html>