Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
|
jam
2011/05/20 23:22:22
nit: extra line
Kelly Norton
2011/05/23 15:02:56
Done.
| |
| 2 <html> | |
| 3 | |
| 4 <head> | |
| 5 <script src="npapi.js"></script> | |
| 6 <script> | |
| 7 function areTheseTheSame(a, b) { | |
| 8 return a === b; | |
| 9 } | |
| 10 </script> | |
| 11 </head> | |
| 12 | |
| 13 | |
| 14 <body> | |
| 15 <div id="statusPanel" style="border: 1px solid red; width: 100%"> | |
| 16 Test running.... | |
| 17 </div> | |
| 18 | |
| 19 | |
| 20 NPObject Identity Test<p> | |
| 21 | |
| 22 Tests that identity is preserved for NPObjects passed from a plugin into JavaScr ipt. | |
| 23 | |
| 24 <embed type="application/vnd.npapi-test" | |
| 25 src="foo" | |
| 26 name="npobject_identity" | |
| 27 id="1" | |
| 28 mode="np_embed" | |
| 29 > | |
| 30 | |
| 31 </body> | |
| 32 </html> | |
| OLD | NEW |