summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1797995.html
blob: 1865f3c9e9bc8f77e5d54b10f9908e9fa6907823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <style>
        * {
            position: fixed !important;
            writing-mode: sideways-rl;
            overflow-y: hidden;
            resize: vertical;
        }
    </style>
</head>
</html>