[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / userscripts / mixed-case-stylesheet.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     window.layoutTestController.dumpAsText();
6     window.layoutTestController.addUserStyleSheet("#mixedCase { display: none }", true);
7 }
8 </script>
9 </head>
10 <body>
11 <script>
12 document.appendChild(document.implementation.createDocumentType("html", 0, 0));
13 </script>
14 <div>If the word fail appears below, then test has failed.</div>
15 <div id="mixedCase">FAIL</div>
16 </body>
17 </html>
18
19