- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / window_print.html
1 <html>
2   <head><title>window.print</title></head>
3   <body onload='window.setTimeout("window.print();", 0);'>
4     <p>The native print dialog should appear.</p>
5   </body>
6 </html>