[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / dynamic / window-resize-scrollbars-test.html
1 <body>
2     This window should not have scroll bars. If it has scroll bars, try to use them.
3     <script>
4         var width = innerWidth;
5         var height = innerHeight;
6
7         document.documentElement.style.height = height - 32 + "px";
8         document.documentElement.style.width = width - 32 + "px";
9         document.body.offsetTop;
10
11         resizeTo(outerWidth - 24, outerHeight - 24);
12     </script>
13 </body>