summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame-scrolling-no-overried-inherited-visibility-hidden.html
blob: 97c8ab47354417a28b0ed017ddb499d6f0ea25f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>
    </script>
</head>
<body onload="runTest(1);">
    <span style="visibility: hidden">
        <iframe width=120 scrolling=no style="visibility: visible;" src="resources/generic-scrollable-content.html"></iframe>
    </span>
    <div id='console'></div>
</html>