Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / modules / plugin / sdk / samples / unixprinting / unixprintplugin_test1.html
blob3fb5da7f5529612ba0b318799c78ee1609b543d5
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Print plugin Embed Test #1</title>
5 </head>
6 <body>
7 <center>
8 <h1>Demo Print Plugin for Unix/Linux #1</h1>
9 <table align="center" border="1">
10 <tbody>
11 <tr><td>Sample test (above plugin)</td></tr>
12 <tr>
13 <td align="center">
14 <embed
15 type="application/x-print-unix-nsplugin"
16 printmsg="printable demo plugin" height="500" width="500">
17 <br>
18 </td>
19 </tr>
20 <tr><td>Sample test (below plugin)</td></tr>
21 </tbody>
22 </table>
23 <br>
24 for test purpose only
25 <br>
26 </center>
27 </body>
28 </html>