| OLD | NEW |
| 1 Test various operation on an NPObject whose plug-in (that lives in a subframe) h
as been destroyed | 1 Test various operation on an NPObject whose plugin (that lives in a subframe) ha
s been destroyed |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 PASS testObject.gettingProperty threw exception ReferenceError: NPObject deleted
. | 9 PASS testObject.gettingProperty threw exception ReferenceError: NPObject deleted
. |
| 10 PASS testObject.settingProperty = 10 threw exception ReferenceError: NPObject de
leted. | 10 PASS testObject.settingProperty = 10 threw exception ReferenceError: NPObject de
leted. |
| 11 PASS testObject() threw exception ReferenceError: NPObject deleted. | 11 PASS testObject() threw exception ReferenceError: NPObject deleted. |
| 12 PASS new testObject(); threw exception ReferenceError: NPObject deleted. | 12 PASS new testObject(); threw exception ReferenceError: NPObject deleted. |
| 13 | 13 |
| OLD | NEW |