[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / scrollbars / scrollbar-scrollbarparts-repaint-crash.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body::-webkit-scrollbar {
6     -webkit-font-feature-settings: "a bc";
7 }
8 </style>
9 <script>
10 if (window.layoutTestController)
11     layoutTestController.dumpAsText();
12 </script>
13 </head>
14 <body style="-webkit-animation: move 1249008099s 471976428s linear backwards; border-bottom: solid mintcream 214em;">
15 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=86162">bug 86162</a>:
16 This test passes if there is no crash when scrollbar's style changes.
17 </body>
18 </html>