[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / userscripts / user-script-plugin-document.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     window.layoutTestController.dumpAsText();
6     window.layoutTestController.addUserScript("console.log('Start Script: ' + document.location.href)", true, true);
7     window.layoutTestController.addUserScript("console.log('End Script: ' + document.location.href)", false, true);
8 }
9 </script>
10 </head>
11 <body>
12 <iframe src="data:application/x-webkit-test-netscape,"></iframe>
13 </body>
14 </html>