3 <style type=
"text/css"> @import
"resources/scrollable-style.css"; </style>
4 <script src=
"../../resources/js-test.js"></script>
5 <script src=
"resources/scrollable-area.js"></script>
7 <body onload=
"runTest(4);">
8 <!-- 'overflow:hidden' on an inner frame works on Firefox and Opera, but not on WebKit-based Browsers: Chromium or Safari-->
9 <iframe width=
120 style=
"overflow: hidden;" src=
"resources/generic-scrollable-content.html"></iframe>
10 <iframe width=
120 style=
"overflow-x: hidden;" src=
"resources/generic-scrollable-content.html"></iframe>
11 <div id='console'
></div>