summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-scrolling-yes-display-none.html
blob: 2d2ce32656fd425db5d7584b4525ce2b45e7d32f (plain)
1
2
3
4
5
6
7
8
9
10
<!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);">
    <iframe width=120 scrolling=yes style="display: none;" src="resources/generic-scrollable-content.html"></iframe>
    <div id='console'></div>
</html>