summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/1619370-iframe.html
blob: 4bf485f876fb272e17b7ac6c1f51ee78258ea4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
    <meta charset="UTF-8">
    <title>Testcase for bug 1619370</title>
    <style>
    #content {
        background-color: green;
        width: 100px;
        height: 100px;
        position: fixed;
        top: 495px;
    }
    </style>
</head>
<body>
    <div id="content"></div>
</body>
</html>