summaryrefslogtreecommitdiffstats
path: root/layout/reftests/layers/move-to-background-1-ref.html
blob: c5ac7391d8081d925dd7790ab0e72dc061255dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
  overflow:hidden;
  width:200px;
  height:80px;
  position:absolute;
  left:10px;
}
</style>
</head>
<body>
  <div style="top:0px; z-index:0">Hello</div>
  <div style="top:200px; z-index:1">Hello</div>
  <div style="opacity:0.5; top:100px; z-index:2">Hello</div>
</body>
</html>