[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / userscripts / user-style-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.addUserStyleSheet("#thinger { display:none; }", true);
9 }
10 </script>
11 </head>
12 <body>
13 If any thingers appear on this page, the test has failed.
14 <Div id="thinger">thinger</div>
15 <iframe src="resources/frame1.html"></iframe>
16 </body>
17 </html>