blob: 0bff8841a77bc1097b45e4e39b8cab96a0e911cb [file] [log] [blame]
Test various operation on an NPObject whose plug-in (that lives in a subframe) has been destroyed
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testObject.gettingProperty threw exception ReferenceError: Trying to access object from destroyed plug-in..
PASS testObject.settingProperty = 10 threw exception ReferenceError: Trying to access object from destroyed plug-in..
PASS testObject() threw exception TypeError: NPObject is not a function (evaluating 'testObject()').
PASS new testObject(); threw exception TypeError: NPObject is not a constructor (evaluating 'new testObject()').