chromium/third_party/blink/web_tests/fast/block/positioning/absolute-positioning-no-scrollbar.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>