[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / scrolling / scrollable-area-overflow-not-set.html
1
2 <!DOCTYPE html>
3 <head>
4     <style type="text/css"> @import "resources/scrollable-style.css"; </style>
5     <script src="../js/resources/js-test-pre.js"></script>
6     <script src="resources/scrollable-area.js"></script>
7 </head>
8 <body onload="runTest(0);">
9     <div id="scrollable" class="inner" style="background: green;">content
10         <div class="offscreen">content</div>
11     </div>
12     <div id='console'></div>
13 </body>
14 </html>