OLD | NEW |
1 <html> | 1 <html> |
2 <script> | 2 <script> |
3 | 3 |
4 var callbackCount = 0; | 4 var callbackCount = 0; |
5 | 5 |
6 function npapiCallback(x) { | 6 function npapiCallback(x) { |
7 callbackCount++; | 7 callbackCount++; |
8 } | 8 } |
9 | 9 |
10 function runTest() | 10 function runTest() |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 | 68 |
69 Example: | 69 Example: |
70 plugin | 70 plugin |
71 ------- (Creates) ------ Object1 | 71 ------- (Creates) ------ Object1 |
72 ------- (Creates) ------ Object2 | 72 ------- (Creates) ------ Object2 |
73 | 73 |
74 It is important that both Object1 and Object2 cleanup as a result of | 74 It is important that both Object1 and Object2 cleanup as a result of |
75 cleaning up the plugin. | 75 cleaning up the plugin. |
76 | 76 |
77 <div id="result">FAILURE</div> | 77 <div id="result">FAILURE</div> |
78 <embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" hei
ght="200"></embed> | 78 <embed id="testPlugin" type="application/x-blink-deprecated-test-plugin" width="
200" height="200"></embed> |
79 </body> | 79 </body> |
80 </html> | 80 </html> |
OLD | NEW |