summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1058954-1.html
blob: 4d989f7930652c7884ed2062804ec30a28ad86c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<body>

    <div style="display: -moz-box;">
        <div style="position: relative; direction: rtl;">
            <div style="position: absolute;">
            </div>
        </div>
    </div>

</body>
</html>