blob: 97110e955ca4304c46b04e08bbb00ad1817ebd23 [file] [log] [blame]
<html>
<head>
<title></title>
</head>
<body>
<p>This page should not have a horizontal scrollbar.</p>
<script>
document.body.offsetTop; // Force layout now.
</script>
<div style="width: 100%; position: absolute;">
</div>
</body>
</html>