summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/295292-2.html
blob: 15d070f83b293ba50fff92adab8126f9bfcb8cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Test Page</title>
<style>
#problem {
  left:0;
  top:0;
  width: 0;
  overflow: hidden;
  position: fixed;
}
</style>
</head>
<body>

<div id="problem">
this should be hidden
</div>

page loaded

</body>
</html>