[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / animation / request-animation-frame-disabled.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.layoutTestController)
6     window.layoutTestController.overridePreference("WebKitRequestAnimationFrameEnabled", "0");
7 </script>
8 <script src="../js/resources/js-test-pre.js"></script>
9 </head>
10 <body>
11 <script src="script-tests/request-animation-frame-disabled.js"></script>
12 </body>
13 </html>