summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/331809-1-ref.html
blob: 8daedbf80069804b6da8a24025a94d6460b4eab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<style>
iframe {
  width:100px;
  height:400px;
  border:0;
}
span {
  display:inline-block;
  width:1000px;
  height:400px;
  background:white;
}
</style>
</head>
<body style="width:2000px; background:white;"><div style="position:absolute; top:360px;width:100px;height:40px; background:black;"></div>
<iframe src="331809-1.xhtml"></iframe>
<span></span>
</body>
</html>