summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1343937.html
blob: 91fb9b2059d69d860a08354078d2353907820f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
    <head>
        <style>
            .c3::before {
                position: fixed;
                overflow-x: hidden;
            }
        </style>
    </head>
    <body>
        <optgroup class='c3'></optgroup>
    </body>
</html>