Blob Blame History Raw
<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>