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