summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1119117-1b.html
blob: 86befd1c6b1869e9b933b0899e954e4e7f031dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML>
<html>
<head>
<style>
#d1 {
  overflow:hidden;
  height:0;
}
#d2 {
  opacity:0.50196078431;
}
#image {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:blue;
}
</style>
</head>
<body>
  <div id="d1">
    <div id="d2" class="active">
      <div id="image"></div>
      <h2>ABCDEFG</h2>
    </div>
  </div>
</body>
</html>