summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-overflow-auto-visibility-override.html
blob: e362bd57528822aa9f68062b866ffd23aba8cb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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 style="visibility:hidden">
        <div id="scrollable" class="inner" style="color: black; background: yellow; overflow: auto; visibility: visible">content
            <div class="offscreen">content</div>
        </div>
    </div>
    <div id='console'></div>
</body>
</html>