summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-overflow-auto-display-none-in-parent.html
blob: b188ae22364d51960c5fa3a915e881b33eb0c39b (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="display:none">
        <div id="scrollable" class="inner" style="color: brown; background: purple; overflow: auto; visibility: visible">content
            <div class="offscreen">content</div>
        </div>
    </div>
    <div id='console'></div>
</body>
</html>