summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scrolling/scrollable-area-frame.html
blob: b7e4d952a3f2cee242c3e8a6c9a41db08adf9183 (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(2);">
    <iframe width=120 src="resources/generic-scrollable-content.html"></iframe>
    <div id='console'></div>
</html>