Mypal/layout/generic/crashtests/295292-2.html

23 lines
232 B
HTML

<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>