summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/retained-dl-wrap-list-ref.html
blob: ae90e4c1acf5f2eaf96839944cfdd600a3d4ee90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<style>
#hover {
  background-color:blue;
}
</style>
</head>
<body>
  <div style="float:left; width:200px; height:200px; background-color: red">
    <div style="width:100px; height:100px; " id="hover"></div>
  </div>
</body>
</html>