summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-overflow-not-set.html
blob: 5d75eb07a015ea25a8d5072d3f50cadc0173e59b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

<!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 id="scrollable" class="inner" style="background: green;">content
        <div class="offscreen">content</div>
    </div>
    <div id='console'></div>
</body>
</html>