[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / print-before-load.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Print Test Page</title>
5 <body>
6
7 <script language="JavaScript" type="text/javascript">
8 window.print();
9 </script>
10
11 This webpage should pop up a print dialog. If you print from that dialog, you
12 should see this output on paper.
13
14 </body>
15 </html>
16