[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / scrollbars / basic-scrollbar.html
1 <head>
2 <style>
3 div::-webkit-scrollbar {
4   width:17px;
5   height:17px;
6   background-color:grey;
7 }
8
9 div::-webkit-scrollbar-button {
10   display:block;
11   width: 17px;
12   height: 17px;
13   background-color:lightblue;
14   border:2px solid black;
15 }
16
17 div::-webkit-scrollbar-thumb {
18   background-color: navy;
19   border:2px solid #cccccc;
20 }
21 </style>
22 </head>
23 <body>
24 <div style="width:200px; height:200px; overflow:auto">
25 Hello<br>
26 Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>
27 Hello<br>Hello<br>Hello<br>Hello<br>
28 Hello<br>Hello<br>Hello<br>Hello<br>
29 Hello<br>Hello<br>Hello<br>
30 Hello<br>Hello<br>Hello<br>
31 Hello<br>Hello<br>Hello<br>Hello<br>
32 Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>
33 Hello<br>Hello<br>Hello<br>Hello<br>
34 Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>Hello<br>
35 Hello<br>Hello<br>Hello<br>Hello<br>
36 Hello<br>Hello<br>Hello<br>
37 </div>