summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/949932.html
blob: 2b7e7a0be0be6cb60f6903f2171feafaed99a79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
    <div style="position: fixed;">
        <fieldset style="overflow: hidden;">
            <legend style="position: sticky;"></legend>
        </fieldset>
    </div>
</body>
</html>