summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-overflow-auto-visibility-visible.html
blob: 3c85bf1a11b930e6c77049eced679ef36a4d9b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<head>
    <style type="text/css"> @import "resources/scrollable-style.css"; </style>
    <script src="../../resources/js-test.js"></script>
    <script src="resources/scrollable-area.js"></script>
</head>
<body onload="runTest(1);">
    <div id="scrollable" class="inner" style="background: red; overflow: auto; visibility: visible">content
        <div class="offscreen">content</div>
    </div>
    <div id='console'></div>
</body>
</html>