[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / userscripts / document-element-available-at-start.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
5 if (window.layoutTestController) {
6     layoutTestController.dumpAsText();
7     layoutTestController.addUserScript("if (document.documentElement) console.log('SUCCESS');", true, true);
8 }
9 </script>
10 </head>
11 <body>
12 This test should log a console message on success.
13 <iframe src="about:blank"></iframe>
14 </body>
15 </html>