summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/1432553-1-ref.html
blob: aed22a32971f7ebc928991b7048aa00bfa34fcae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Retained display list test</title>
<style type="text/css">
#parent {
    position: fixed;
    top: 0px;
    left: 300px;
    width: 200px;
    height: 200px;

    border: none;
    background-color: green;
}
</style>
</head>
<body>
<div id="parent"></div>
</body>
</html>