[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / tokenizer / flush-characters-in-document-write.html
1 <head>
2 <script>
3 if (window.layoutTestController) {
4   layoutTestController.dumpAsText();
5   layoutTestController.waitUntilDone();
6 }
7
8 function test() {
9   document.write("Should say SUCCESS:<p>SUCCESS");
10
11   setTimeout("layoutTestController.notifyDone()", 1);
12 }
13 </script>
14 </head>
15 <body onload="test()">
16 </body>