[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / scrolling / scrollable-area-frame-scrolling-no-visibility-hidden-child.html
1 <!DOCTYPE html>
2 <head>
3     <style type="text/css"> @import "resources/scrollable-style.css"; </style>
4     <script src="../js/resources/js-test-pre.js"></script>
5     <script src="resources/scrollable-area.js"></script>
6 </head>
7 <body onload="runTest(0);">
8     <iframe width=120 scrolling=no style="visibility: visible;" src="resources/hidden-generic-scrollable-content.html"></iframe>
9     <div id='console'></div>
10 </html>