[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / scrollbars / scrollbar-crash-on-refresh.html
1 <html>
2 <head>
3 <script>
4 function runTest()
5 {
6     if (window.layoutTestController)
7         layoutTestController.dumpAsText();
8     window.frames.myframe.location.reload(true);
9 }
10 </script>
11 </head>
12 <body onload="runTest()">
13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=26326">bug 26326</a>:
14 This tests that there is no crash when refreshing a page with a custom scrollbar.  On success you should see a frame with scrollbars and one PASS message in it.<p/>
15 <iframe name="myframe" id="myframe" src="resources/page-with-custom-scrollbars.html">
16 </body>
17 </html>