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 function changeOverflow()
9 document
.getElementById('scrollable').style
.overflow
= 'hidden';
10 var forceLayout
= document
.body
.offsetHeight
;
14 <body onload=
"runTest(1, changeOverflow, 0);">
15 <div id=
"scrollable" class=
"inner" style=
"color: black; background: grey; overflow: auto; border: 1px solid blue;">content
16 <div class=
"offscreen">content
</div>
18 <div id='console'
></div>