| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 | 2 |
| 3 <head> | 3 <head> |
| 4 <script src="npapi.js"></script> | 4 <script src="npapi.js"></script> |
| 5 </head> | 5 </head> |
| 6 | 6 |
| 7 | 7 |
| 8 <body> | 8 <body> |
| 9 <div id="statusPanel" style="border: 1px solid red; width: 100%"> | 9 <div id="statusPanel" style="border: 1px solid red; width: 100%"> |
| 10 Test running.... | 10 Test running.... |
| 11 </div> | 11 </div> |
| 12 | 12 |
| 13 | 13 |
| 14 NPAPI ConvertPoint test<p> | 14 NPAPI ConvertPoint test<p> |
| 15 Tests that NPN_ConvertPoint works.<P> | 15 Tests that NPN_ConvertPoint works.<P> |
| 16 | 16 |
| 17 <div style="position:absolute; left: 100px; top: 100px"> | 17 <div style="position:absolute; left: 50px; top: 50px"> |
| 18 <embed type="application/vnd.npapi-test" | 18 <embed type="application/vnd.npapi-test" |
| 19 src="foo" | 19 src="foo" |
| 20 name="convert_point" | 20 name="convert_point" |
| 21 id="1" | 21 id="1" |
| 22 mode="np_embed" | 22 mode="np_embed" |
| 23 > | 23 > |
| 24 </div> | 24 </div> |
| 25 | 25 |
| 26 </body> | 26 </body> |
| 27 </html> | 27 </html> |
| OLD | NEW |