Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
fast
/
block
/
positioning
/
absolute-positioning-no-scrollbar.html
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>