[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / scrolling / scrollable-area-overflow-auto-display-none-in-parent.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     <div style="display:none">
9         <div id="scrollable" class="inner" style="color: brown; background: purple; overflow: auto; visibility: visible">content
10             <div class="offscreen">content</div>
11         </div>
12     </div>
13     <div id='console'></div>
14 </body>
15 </html>