[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / viewport / scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
1 <html>
2 <body>
3     <p>This test verifies that switching delegates scrolling on a page with no composition does not assert.</p>
4     <p>PASS if no crash or assert in debug.</p>
5
6 <script>
7 if (window.layoutTestController && window.internals && internals.setDelegatesScrolling) {
8     layoutTestController.dumpAsText();
9     internals.setDelegatesScrolling(true, document);
10 }
11 </script>
12 </body>
13 </html>