summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-overflow-auto-visibility-hidden-in-parent.html
blob: 841e5ab385c56ef8dfa8ed7bdb79946a9222e5d0 (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(0);">
    <div style="visibility:hidden">
        <div id="scrollable" class="inner" style="background: yellow; overflow: auto;">content
            <div class="offscreen">content</div>
        </div>
    </div>
    <div id='console'></div>
</body>
</html>