| OLD | NEW |
| 1 | 1 |
| 2 Test NPN_RemoveProperty | 2 Test NPN_RemoveProperty |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS 'property' in obj is true | 7 PASS 'property' in obj is true |
| 8 PASS 'property' in obj is false | 8 FAIL 'property' in obj should be false. Was true. |
| 9 PASS array[1] is 2 | 9 PASS array[1] is 2 |
| 10 PASS array[1] is undefined | 10 PASS array[1] is undefined |
| 11 | 11 |
| OLD | NEW |