tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / hidden-scrollbar-resize.html
1 <script>
2 if (window.layoutTestController)
3     layoutTestController.display();
4 </script>
5 This tests that the scrollbar and resize corner are not visible on an element that has visibility:hidden.
6 <div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden">
7 You
8 should
9 not
10 see
11 this
12 text
13 </div>