[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / userscripts / user-script-all-frames.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     window.layoutTestController.dumpAsText();
6     window.layoutTestController.dumpChildFramesAsText();
7     layoutTestController.waitUntilDone();
8     window.layoutTestController.addUserScript("document.getElementById('thinger').style.display = 'none';",
9                                               false, true);
10 }
11 </script>
12 </head>
13 <body>
14 If any thingers appear on this page, the test has failed.
15 <Div id="thinger">thinger</div>
16 <iframe src="resources/frame1.html"></iframe>
17 </body>
18 </html>