haikuwebkit/LayoutTests/fast/block/positioning/absolute-positioning-no-scr...

14 lines
272 B
HTML

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