Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
block
/
positioning
/
absolute-positioning-no-scrollbar.html
blob: 97110e955ca4304c46b04e08bbb00ad1817ebd23 [
file
]
<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>